Page constructor

Page({
  1. String? title,
  2. required String path,
  3. required Component builder(
    1. Map<String, String>
    ),
})

Implementation

Page({this.title, required this.path, required this.builder});