fontM18secondary property

TextStyle fontM18secondary
getter/setter pair

Implementation

static TextStyle fontM18secondary = TextStyle(
    fontSize: 18.toFont,
    color: ColorConstants.secondary,
    fontWeight: FontWeight.w500);