headerTextStyle property

TextStyle? headerTextStyle
getter/setter pair

TBD: This will cap the max width of the PueHeaders, PueBodys and PueFooters for web and desktop view The text style for the main header text, as well as subtext. This is used in the PueHeader

Implementation

// double maxWidth;

/// The text style for the main header text, as well as subtext. This is used
/// in the [PueHeader]
TextStyle? headerTextStyle;