PageAction constructor
PageAction({})
Implementation
PageAction({
required this.title,
this.iconData,
this.onTap,
this.isMain = false,
this.isSecondary = false,
this.needConfirmation = false,
this.confirmationTitle,
this.confirmationMessage,
this.color,
});