timeDisplayStyle property

TextStyle get timeDisplayStyle

Returns the text style for the time display component.

Implementation

TextStyle get timeDisplayStyle => TextStyle(
  fontSize: 32,
  fontWeight: FontWeight.w600,
  color: errorMessage != null ? errorColor : selectedTimeColor,
  letterSpacing: 0.5,
);