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