BottomActionView constructor

const BottomActionView({
  1. Key? key,
  2. MapNavigationViewController? controller,
  3. RouteProgressEvent? routeProgressEvent,
  4. required Widget recenterButton,
  5. VoidCallback? onOverviewCallback,
  6. VoidCallback? onStopNavigationCallback,
})

Implementation

const BottomActionView(
    {super.key,
    this.controller,
    this.routeProgressEvent,
    required this.recenterButton,
    this.onOverviewCallback,
    this.onStopNavigationCallback});