blueRegular14 property

TextStyle blueRegular14
getter/setter pair

Implementation

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