hintStyle property
TextStyle
get
hintStyle
Implementation
static TextStyle get hintStyle => _applyFontStyle(TextStyle(
fontSize: 15,
fontWeight: FontWeight.w500,
color: AppColor.grey,
));
static TextStyle get hintStyle => _applyFontStyle(TextStyle(
fontSize: 15,
fontWeight: FontWeight.w500,
color: AppColor.grey,
));