orange18 property

TextStyle orange18
getter/setter pair

Implementation

TextStyle orange18 = TextStyle(
  color: AllColors().ORANGE,
  fontSize: 18.toFont,
);