fontR14secondary property

TextStyle fontR14secondary
getter/setter pair

Implementation

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