headerTextStyle property
Implementation
static TextStyle headerTextStyle = TextStyle(
fontSize: 20,
fontWeight: FontWeight.bold,
color: CupertinoColors.white,
);
static TextStyle headerTextStyle = TextStyle(
fontSize: 20,
fontWeight: FontWeight.bold,
color: CupertinoColors.white,
);