red12 property

TextStyle red12
getter/setter pair

Implementation

TextStyle red12 = TextStyle(
  color: AllColors().RED,
  fontSize: 12.toFont,
);