backgroundColor property
Color
get
backgroundColor
Implementation
Color get backgroundColor => (
Theme.of(context).inputDecorationTheme.fillColor ??
Theme.of(context).canvasColor
);
Color get backgroundColor => (
Theme.of(context).inputDecorationTheme.fillColor ??
Theme.of(context).canvasColor
);