PathNavigationScreen constructor

const PathNavigationScreen({
  1. Key? key,
  2. required List<LatLng> path,
})

Implementation

const PathNavigationScreen({super.key, required this.path});