AddCategoryCallback<T extends Object> typedef Null safety

AddCategoryCallback<T extends Object> = void Function(List<T> path)

A callback used to notify that the SmoothCategoryPicker has requested a new category to be added at the given path.

Implementation

typedef AddCategoryCallback<T extends Object> = void Function(List<T> path);