getHintStyle method

TextStyle? getHintStyle(
  1. BuildContext context
)

Implementation

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