AFUIPrototypeDrawerRouteParam constructor

AFUIPrototypeDrawerRouteParam({
  1. required int view,
  2. required Map<String, bool> themeExpanded,
  3. required String timeText,
  4. required String timeAdjustText,
  5. required AFTextEditingControllers textControllers,
})

Implementation

AFUIPrototypeDrawerRouteParam({
  required this.view,
  required this.themeExpanded,
  required this.timeText,
  required this.timeAdjustText,
  required this.textControllers,
}): super(screenId: AFUIScreenID.drawerPrototype);