WidgetsSample({ required String path, required String controllerName, }) : _path = path, _controllerName = controllerName;