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