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