orange16 property

TextStyle orange16
getter/setter pair

Implementation

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