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