currentPath property Null safety

List<T> currentPath
final

The "path" to the currently displayed category.

If the user navigates to a different category, onPathChanged will be called.

Implementation

final List<T> currentPath;