AFUIPrototypeDrawerRouteParam.createOncePerScreen constructor

AFUIPrototypeDrawerRouteParam.createOncePerScreen(
  1. int view
)

Implementation

factory AFUIPrototypeDrawerRouteParam.createOncePerScreen(int view) {
  final themeExpanded = <String, bool>{};
  final textControllers = AFTextEditingControllers.createN({
    AFUIWidgetID.textTime: "",
    AFUIWidgetID.textTimeAdjust: "",
  });

  return AFUIPrototypeDrawerRouteParam(view: view, themeExpanded: themeExpanded, textControllers: textControllers, timeText: "", timeAdjustText: "");
}