categoriesBuilder property

(List<TimelineCategory> Function(BuildContext context)?) categoriesBuilder
final

List of categories that the user can select. If this is null no categories will be shown.

Implementation

final List<TimelineCategory> Function(BuildContext context)?
    categoriesBuilder;