headerStyle property
TextStyle
get
headerStyle
Implementation
TextStyle get headerStyle => TextStyle(
fontFamily: fontFamily,
fontSize: 18,
fontWeight: FontWeight.w600,
color: theme.headerTextColor,
);