white18 property

TextStyle white18
getter/setter pair

Implementation

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