wheelLabelStyle property

TextStyle get wheelLabelStyle

Returns the text style for the wheel labels (hour/min).

Implementation

TextStyle get wheelLabelStyle => TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w500,
  color: textColor.withValues(alpha: 0.6),
  letterSpacing: 0.4,
);