ActionLayoutDelegate constructor

ActionLayoutDelegate({
  1. required ActionPosition position,
  2. required ActionMotion motion,
  3. ActionController? controller,
})

Implementation

ActionLayoutDelegate({
  required this.position,
  required this.motion,
  this.controller,
});