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