eventTileBuilder property

EventTileBuilder<T>? eventTileBuilder
final

A function that returns a Widget that determines appearance of each cell in day calendar.

Implementation

final EventTileBuilder<T>? eventTileBuilder;