update readme.md, example

This commit is contained in:
reidha 2022-01-02 12:07:02 +08:00
parent 5a660f1a6f
commit da98fe56d1
12 changed files with 53 additions and 146 deletions

View file

@ -26,6 +26,7 @@ class CheckboxIconFormField extends FormField<bool> {
trueIconColor ??= (context == null
? null
: Theme.of(context).accentIconTheme.color);
// Plan to change to colorScheme.secondary
return Padding(
padding: EdgeInsets.all(padding),