headerTextStyle property

TextStyle headerTextStyle
getter/setter pair

Implementation

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