CategoryPathChangedCallback<T extends Object> typedef Null safety

CategoryPathChangedCallback<T extends Object> = void Function(Iterable<T> categoryPath)

A callback used to notify that the visible path in the SmoothCategoryPicker has changed to the given path.

Implementation

typedef CategoryPathChangedCallback<T extends Object> = void Function(
    Iterable<T> categoryPath);