HoursColumnBackgroundBuilder typedef

HoursColumnBackgroundBuilder = Decoration? Function(HourMinute time)

Allows to build the background decoration below single time displayed on the side border.

Implementation

typedef HoursColumnBackgroundBuilder = Decoration? Function(HourMinute time);