white15 property

TextStyle white15
getter/setter pair

Implementation

TextStyle white15 = TextStyle(
  color: AllColors().WHITE,
  fontSize: 15.toFont,
);