PageViewControllerAction constructor
const
PageViewControllerAction({})
Implementation
const PageViewControllerAction({
required super.id,
super.type = 'page_controller_next',
super.group = ActionGroups.pageViewController,
required this.controllerID,
});