hint property

TextStyle hint
getter/setter pair

Implementation

static TextStyle hint = baseTextStyle.copyWith(
    fontSize: 14, color: appColors.textPrimary.withOpacity(0.5));