categoriesBuilder property
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;
List of categories that the user can select. If this is null no categories will be shown.
final List<TimelineCategory> Function(BuildContext context)?
categoriesBuilder;