headerTextStyle property

TextStyle headerTextStyle
getter/setter pair

Implementation

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