I'm using the dev version. The new FieldDecoration prefixIcon field wants an Icon?. Flutter's InputDecoration, and in general, usually asks for a Widget?. Can the prefixIcon/suffixIcon fields have a Widget type, to be more in line with flutter official APIs?
I'm using the dev version. The new FieldDecoration
prefixIcon
field wants anIcon?
. Flutter's InputDecoration, and in general, usually asks for aWidget?
. Can the prefixIcon/suffixIcon fields have aWidget
type, to be more in line with flutter official APIs?