getContentStyle method
Implementation
TextStyle getContentStyle(ColorScheme colors) {
return contentStyle ?? TextStyle(fontSize: 14, fontWeight: FontWeight.w300, color: colors.onSurface);
}
TextStyle getContentStyle(ColorScheme colors) {
return contentStyle ?? TextStyle(fontSize: 14, fontWeight: FontWeight.w300, color: colors.onSurface);
}