getContentStyle method

TextStyle getContentStyle(
  1. ColorScheme colors
)

Implementation

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