cellBuilder property

CellBuilder<T>? cellBuilder
final

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

Implementation

final CellBuilder<T>? cellBuilder;