orange14 property

TextStyle orange14
getter/setter pair

Implementation

TextStyle orange14 = TextStyle(
  color: AllColors().ORANGE,
  fontSize: 14.toFont,
  fontWeight: FontWeight.normal,
);