grey16 property

TextStyle grey16
getter/setter pair

Implementation

TextStyle grey16 = TextStyle(
  color: AllColors().GREY,
  fontSize: 16.toFont,
);