headerTextStyle property
Implementation
static TextStyle headerTextStyle = const TextStyle(
fontSize: 32.0,
fontWeight: FontWeight.w600,
color: ColorData.colorPrimary,
);
static TextStyle headerTextStyle = const TextStyle(
fontSize: 32.0,
fontWeight: FontWeight.w600,
color: ColorData.colorPrimary,
);