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