errorTextStyle property

TextStyle errorTextStyle
getter/setter pair

Implementation

late var errorTextStyle = theme.t10Bold12.copyWith(
  color: const Color(0xFFBB2D13),
  fontWeight: FontWeight.w400,
);