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