headerTitle constant
TextStyle
const headerTitle
Implementation
static const TextStyle headerTitle = TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,
);
static const TextStyle headerTitle = TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,
);