checkbox_list_tile_more_customizable 1.0.2
checkbox_list_tile_more_customizable: ^1.0.2 copied to clipboard
A CheckboxListTile with more customizable details, which provides more customizable functions, based on the traditional flutter CheckboxListTile.
1.0.2 - 2020-04-03 #
- Export dependency list_tile_more_customizable so the value of ListTileMoreCustomizableControlAffinity.platform, ListTileMoreCustomizableControlAffinity.leading, ListTileMoreCustomizableControlAffinity.trailing, ListTileMoreCustomizableDefaultValue.horizontalTitleGap, ListTileMoreCustomizableDefaultValue.contentPadding, ListTileMoreCustomizableDefaultValue.minVerticalPadding, ListTileMoreCustomizableDefaultValue.minLeadingWidth can be used directly, and also ListTileMoreCustomizable is available without adding ListTileMoreCustomizable directly to the dependency.
1.0.1 - 2020-03-22 #
- Update dependency version which fixed a hot reload problem.
1.0.0 - 2020-03-21 #
- This project is a modified version of Flutter CheckboxListTile, and provides more customizable functions, with these functions, you can set the horizontalTitleGap, minVerticalPadding, minLeadingWidth, and contentPadding.