grey12 property

TextStyle grey12
getter/setter pair

Implementation

TextStyle grey12 = TextStyle(
  color: AllColors().GREY,
  fontSize: 12.toFont,
);