getHeaderStyle method
Implementation
TextStyle getHeaderStyle(ColorScheme colors) {
return textStyle ?? TextStyle(fontSize: 13.6, fontWeight: FontWeight.w400, color: colors.onSurfaceVariant);
}
TextStyle getHeaderStyle(ColorScheme colors) {
return textStyle ?? TextStyle(fontSize: 13.6, fontWeight: FontWeight.w400, color: colors.onSurfaceVariant);
}