getHintStyle method
Implementation
TextStyle? getHintStyle(BuildContext context) =>
hintStyle ??
Theme.of(context).textTheme.bodySmall?.copyWith(color: Colors.grey[400]);
TextStyle? getHintStyle(BuildContext context) =>
hintStyle ??
Theme.of(context).textTheme.bodySmall?.copyWith(color: Colors.grey[400]);