whiteLabel20 property

TextStyle whiteLabel20
getter/setter pair

Implementation

static TextStyle whiteLabel20 = const TextStyle(
  color: Colors.white,
  height: 1.2,
  letterSpacing: 1.0,
  fontSize: 20,
);