getLabelStyle method

TextStyle getLabelStyle(
  1. ColorScheme colors
)

Implementation

TextStyle getLabelStyle(ColorScheme colors) {
  return labelStyle ?? TextStyle(fontSize: 11, fontWeight: FontWeight.w500, color: colors.onSurfaceVariant);
}