FreeRoamInfo

fun FreeRoamInfo(onClick: () -> Unit, colors: NavigationDashboardComposableColors, @DrawableRes handleIcon: Int, @DrawableRes manageTripIcon: Int)

Displays "Manage the trip" in free roam mode.

Parameters

onClick

Callback invoked when the component is clicked.

colors

Color scheme for the navigation dashboard.

handleIcon

Icon resource ID for the handle display.

manageTripIcon

Icon resource ID for trip management.