fillColor property
Overrides the default value for InputDecoration.fillColor.
This property is obsolete and will be deprecated in a future release: please use the InputDecorationThemeData.fillColor property in data instead.
Implementation
Color? get fillColor => _data != null ? _data.fillColor : _fillColor;