labelBuilder property

String? Function(DateTime) labelBuilder
final

Called to build the label of each mark.

Note: DateFormat can be used.

Implementation

final String? Function(DateTime) labelBuilder;