orange12 property

TextStyle orange12
getter/setter pair

Implementation

TextStyle orange12 = TextStyle(
  color: AllColors().ORANGE,
  fontSize: 12.toFont,
);