emptyBuilder property
Callback function for when the index of a NavigationRail changes.
Implementation
static WidgetBuilder emptyBuilder = (_) => const SizedBox();
Callback function for when the index of a NavigationRail changes.
static WidgetBuilder emptyBuilder = (_) => const SizedBox();