fontR20secondary property

TextStyle fontR20secondary
getter/setter pair

Implementation

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