desktopSecondaryRegular18 property

TextStyle desktopSecondaryRegular18
getter/setter pair

Implementation

static TextStyle desktopSecondaryRegular18 = TextStyle(
    color: ColorConstants.fontSecondary,
    fontSize: 18,
    letterSpacing: 0.1,
    fontWeight: FontWeight.normal);