titleTextStyle property
Implementation
static TextStyle titleTextStyle = const TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,
color: primaryBlue,
);
static TextStyle titleTextStyle = const TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,
color: primaryBlue,
);