hint static method

TextStyle hint(
  1. BuildContext context
)

Hint / placeholder text — typically Inter 14px at 50% opacity.

Implementation

static TextStyle hint(BuildContext context) => _get(context, 'hint');