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