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