errorStyle property
TextStyle
get
errorStyle
Implementation
TextStyle get errorStyle => TextStyle(
fontSize: 11,
color: ZeroColors.dustRed[7],
);
TextStyle get errorStyle => TextStyle(
fontSize: 11,
color: ZeroColors.dustRed[7],
);