fontR18secondary property

TextStyle fontR18secondary
getter/setter pair

Implementation

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