blueRegular18 property

TextStyle blueRegular18
getter/setter pair

Implementation

static TextStyle blueRegular18 = TextStyle(
    color: ColorConstants.appBarCloseColor,
    fontSize: 18.toFont,
    fontWeight: FontWeight.normal);