categoryFinder property Null safety

CategoryPathSelector<T> categoryFinder
final

A callback used to collect information about the current category to be displayed.

This is called whenever the chooser navigates a new category in order to know what to display.

Implementation

final CategoryPathSelector<T> categoryFinder;