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