AFWireframeEventAction constructor
AFWireframeEventAction({
- required AFScreenID screen,
- required AFID widget,
- required AFFlexibleStateView? stateView,
- required AFPressedDelegate? onSuccess,
- dynamic eventParam,
Implementation
AFWireframeEventAction({
required this.screen,
required this.widget,
required this.stateView,
required this.onSuccess,
this.eventParam,
});