whiteBoldLabel20 property

TextStyle whiteBoldLabel20
getter/setter pair

Implementation

static TextStyle whiteBoldLabel20 = const TextStyle(
  color: Colors.white,
  fontWeight: FontWeight.bold,
  height: 1.2,
  letterSpacing: 1.0,
  fontSize: 20,
);