You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most colors are properly configurable using the various decorations, or use theme colors. Except for disabled state, colors are hardcoded to Colors.grey (for the prefix icon) and Colors.grey.shade100 (for the chip). Why not provide e.g. chipDecoration.disabledColor, or at least use Theme.of(context).disabledColor?
The text was updated successfully, but these errors were encountered:
Most colors are properly configurable using the various decorations, or use theme colors. Except for disabled state, colors are hardcoded to
Colors.grey
(for the prefix icon) andColors.grey.shade100
(for the chip). Why not provide e.g.chipDecoration.disabledColor
, or at least useTheme.of(context).disabledColor
?The text was updated successfully, but these errors were encountered: