setLabelColor function

Color setLabelColor(
  1. ThemeData theme
)

Implementation

Color setLabelColor(ThemeData theme) {
  return theme.colorScheme.onSurfaceVariant.withOpacity(
    0.38,
  );
}