fontM16secondary property

TextStyle fontM16secondary
getter/setter pair

Implementation

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