lightGreyLabel12 property

TextStyle lightGreyLabel12
getter/setter pair

Implementation

TextStyle lightGreyLabel12 = TextStyle(
  color: AllColors().LIGHT_GREY_LABEL,
  fontSize: 12.toFont,
);