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