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