black18 property

TextStyle black18
getter/setter pair

Implementation

TextStyle black18 = TextStyle(
  color: AllColors().Black,
  fontSize: 18.toFont,
  fontWeight: FontWeight.w700,
);