getContentTextStyle method
Implementation
TextStyle getContentTextStyle(ColorScheme colors) {
return contentTextStyle ?? TextStyle(fontSize: 13.6, fontWeight: FontWeight.w300, color: colors.onSurface);
}
TextStyle getContentTextStyle(ColorScheme colors) {
return contentTextStyle ?? TextStyle(fontSize: 13.6, fontWeight: FontWeight.w300, color: colors.onSurface);
}