greyLabel12 property

TextStyle greyLabel12
getter/setter pair

Implementation

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