ActionData constructor
ActionData({})
Implementation
ActionData(
{required this.type,
required this.name,
required this.icon,
this.selectedIcon,
this.params,
this.subActions,
this.cropRatio,
this.rotateAngle});