RoutePage constructor

const RoutePage({
  1. required String path,
})

Implementation

const RoutePage({required this.path});