errorTextStyle property

TextStyle errorTextStyle
getter/setter pair

Implementation

late var errorTextStyle = textStyle.copyWith(
  color: const Color(0xFFE74C3C),
);