BottomActionView constructor
const
BottomActionView({
- Key? key,
- MapNavigationViewController? controller,
- RouteProgressEvent? routeProgressEvent,
- required Widget recenterButton,
- VoidCallback? onOverviewCallback,
Implementation
const BottomActionView(
{super.key,
this.controller,
this.routeProgressEvent,
required this.recenterButton,
this.onOverviewCallback,
this.onStopNavigationCallback});