PathNavigationScreen constructor

const PathNavigationScreen({
  1. Key? key,
  2. required PathModel pathModel,
})

Implementation

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