hintTextStyle property

TextStyle hintTextStyle
getter/setter pair

Implementation

static TextStyle hintTextStyle = TextStyle(
  color: AppColors.primary.withOpacity(0.3),
  fontWeight: FontWeight.w400,
  fontFamily: FontFamily().normalFont,
  package: 'cowpay',
  fontSize: 12.0.sp,
);