grey14 property

TextStyle grey14
getter/setter pair

Implementation

TextStyle grey14 = TextStyle(
  color: AllColors().GREY,
  fontSize: 14.toFont,
);