ChooseStartWidget constructor
- Key? key,
- required MapManager mapManager,
- required ItineraryPoint endPoint,
- required dynamic onStartingPointSetManuallyChanged(),
- dynamic onSetState()?,
Implementation
const ChooseStartWidget({
Key? key,
required this.mapManager,
required this.endPoint,
required this.onStartingPointSetManuallyChanged,
this.onSetState,
}) : super(key: key);