PathStackPathProvider constructor

const PathStackPathProvider({
  1. Key? key,
  2. required Widget child,
  3. required String path,
})

Implementation

const PathStackPathProvider({Key? key, required Widget child, required this.path}) : super(key: key, child: child);