headingWhite constant
TextStyle
const headingWhite
Implementation
static const TextStyle headingWhite = TextStyle(
fontSize: 20,
fontWeight: FontWeight.bold,
color: Colors.white,
);
static const TextStyle headingWhite = TextStyle(
fontSize: 20,
fontWeight: FontWeight.bold,
color: Colors.white,
);