fontR16secondary property

TextStyle fontR16secondary
getter/setter pair

Implementation

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