errorMessageStyle property

TextStyle errorMessageStyle
getter/setter pair

Implementation

late var errorMessageStyle = t10Bold12.copyWith(
    color: const Color(0xFFBB2D13),
    letterSpacing: 0.0,
    fontWeight: FontWeight.w600);