PlutoLayoutActionRotateFocusedContainerIntent constructor

const PlutoLayoutActionRotateFocusedContainerIntent({
  1. bool reverse = false,
  2. List<PlutoLayoutId> order = PlutoLayoutId.values,
  3. bool actionsOnlyPrimaryFocus = true,
})

Implementation

const PlutoLayoutActionRotateFocusedContainerIntent({
  this.reverse = false,
  this.order = PlutoLayoutId.values,
  super.actionsOnlyPrimaryFocus = true,
});