onAddCategory property Null safety

AddCategoryCallback<T>? onAddCategory
final

A callback that is called whenever the user requests a new category via the floating action button in the chooser.

Implementation

final AddCategoryCallback<T>? onAddCategory;