RouteCard
open override fun RouteCard(routeUiInfo: RouteUiInfo, isExpanded: Boolean, colors: RouteEditorComposableColors, textStyles: RouteEditorTextStyles, onCardClick: () -> Unit, onActionButtonClick: () -> Unit)
Renders a route card displaying route information.
Parameters
routeUiInfo
The route UI information to display.
isExpanded
Whether the card is in expanded state.
colors
Color scheme for the route editor components.
textStyles
Text styles for the route editor components.
onCardClick
Callback invoked when the card is clicked.
onActionButtonClick
Callback invoked when the action button is clicked.