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