backgroundColor property

Color get backgroundColor

Implementation

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