ActionLayout.spaceEvenly constructor

ActionLayout.spaceEvenly([
  1. ActionMotion motion = ActionMotion.behind
])

Implementation

factory ActionLayout.spaceEvenly(
        [ActionMotion motion = ActionMotion.behind]) =>
    ActionLayout(
      motion: motion,
      alignment: ActionAlignment.spaceEvenly,
    );