getTitleStyle method

TextStyle getTitleStyle(
  1. ColorScheme colors
)

Implementation

TextStyle getTitleStyle(ColorScheme colors) {
  return titleStyle ?? TextStyle(fontSize: 28, fontWeight: FontWeight.w400, color: colors.onSurfaceVariant);
}