showStartNavigationButton property
Whether the Start navigation button should be shown (origin is the user's live location).
Implementation
bool get showStartNavigationButton =>
_startPointType == ItineraryStartPointType.userLocation;
Whether the Start navigation button should be shown (origin is the user's live location).
bool get showStartNavigationButton =>
_startPointType == ItineraryStartPointType.userLocation;