greyLabel14 property

TextStyle greyLabel14
getter/setter pair

Implementation

TextStyle greyLabel14 = TextStyle(
  color: AllColors().GREY_LABEL,
  fontSize: 14.toFont,
);