getHeaderStyle method

TextStyle getHeaderStyle(
  1. ColorScheme colors
)

Implementation

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