TextStyle headerTextStyle({ Color? textColor = appColorBlack, }) { return TextStyle(fontSize: 18, color: textColor); }