title constant
TextStyle
const title
Implementation
static const TextStyle title = TextStyle(
fontSize: 22.0,
fontWeight: FontWeight.bold,
color: Color(0xFF263238),
);
static const TextStyle title = TextStyle(
fontSize: 22.0,
fontWeight: FontWeight.bold,
color: Color(0xFF263238),
);