RPBottomNavigationBuilder typedef
RPBottomNavigationBuilder =
Widget Function(BuildContext context, )
Signature for building a replacement for the default bottom navigation shown at the bottom of an RPUITask.
navigation carries the actions of the task — advancing, going back and
cancelling — so a custom bar drives the task the same way the default one
does. See RPTaskNavigation.
Implementation
typedef RPBottomNavigationBuilder = Widget Function(
BuildContext context,
RPTaskNavigation navigation,
);