ActionLayout.flex constructor

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

Implementation

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