CheckBoxListTile:
Properties:
- activeColor: color when check the checkbox(use:Colors)
- checkColor: checkBox color when check the checkbox(use:Colors)
- controlAffinity:where to place the checkbox(use:ListTileControlAffinity)
- dense:bool The
dense
parameter makes the text smaller and packs everything together. - isThreeLine:bool
- onChanged:for change the value of the checkbox
- secondary:add another icon opposite side of the check box
- selected:bool
- subtitle:subtitle of the list
- title:title of the list
- value:bool
ListTile:
Properties:
- title
- subtitle
- leading
- trailing
- contentPadding
- selected
- onTap
- onLongPress
- enabled
- ListTile.divideTiles
Comments
Post a Comment