currentTimeRuleColor property

Color? currentTimeRuleColor
final

The current time rule color, i.e., the color of the horizontal line in the day view column, positioned at the current time of the day. It is only shown if the DayView's date is today.

Defaults to Colors.pink.

Implementation

final Color? currentTimeRuleColor;