hint property

TextStyle get hint

Implementation

TextStyle get hint => TextStyle(
  fontSize: 14.sp,
  fontWeight: FontWeight.normal,
  color: Theme.of(context).colorScheme.onPrimary.withAlpha(0x50),
);