Open ianldgs opened 6 years ago
When testing #18 I saw that only the BackButton and the IconButton(icon: Icons.clear) were changed with the iconColor option. The label of the TextField and the MaterialResults should also be allowed to customized.
BackButton
IconButton(icon: Icons.clear)
iconColor
TextField
MaterialResult
When testing #18 I saw that only the
BackButton
and theIconButton(icon: Icons.clear)
were changed with theiconColor
option. The label of theTextField
and theMaterialResult
s should also be allowed to customized.