categoryNavigationNotifier property

ValueNotifier<Category?> categoryNavigationNotifier
final

Notifier for programmatic category changes from controller When this changes, the tabbar should navigate to the new category without rebuilding the entire widget

Implementation

final ValueNotifier<Category?> categoryNavigationNotifier =
    ValueNotifier<Category?>(null);