Skip to content

flutter 移除 Checkbox Widget 默认的 Padding #19

@wangjing013

Description

@wangjing013
  1. 通过 SizedBox
SizedBox(
   height: 24.0,
   width: 24.0,
   child: Checkbox(...),
)
  1. CustomCheckbox

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions