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