AFWireframeEventAction constructor

AFWireframeEventAction({
  1. required AFScreenID screen,
  2. required AFID widget,
  3. required AFFlexibleStateView? stateView,
  4. required AFPressedDelegate? onSuccess,
  5. dynamic eventParam,
})

Implementation

AFWireframeEventAction({
  required this.screen,
  required this.widget,
  required this.stateView,
  required this.onSuccess,
  this.eventParam,

});