textFieldHintStyle property

TextStyle textFieldHintStyle
getter/setter pair

Implementation

static TextStyle textFieldHintStyle = MThemeConfig.textFieldStyle.copyWith(
    color:
    (MThemeConfig.textFieldStyle.color ?? Colors.white).withOpacity(0.7),
    fontWeight: FontWeight.w400);