ActionLayoutDelegate constructor
ActionLayoutDelegate({
- required ActionPosition position,
- required ActionMotion motion,
- ActionController? controller,
Implementation
ActionLayoutDelegate({
required this.position,
required this.motion,
this.controller,
});