fontR12secondary property

TextStyle fontR12secondary
getter/setter pair

Implementation

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