showStartNavigationButton property

bool get showStartNavigationButton

Whether the Start navigation button should be shown (origin is the user's live location).

Implementation

bool get showStartNavigationButton =>
    _startPointType == ItineraryStartPointType.userLocation;