hintFadeDuration property
final
The duration of the hintText fade in and fade out animations.
If null, defaults to InputDecorationTheme.hintFadeDuration. If InputDecorationTheme.hintFadeDuration is null defaults to 20ms.
Implementation
final Duration? hintFadeDuration;