PlutoLayoutActionToggleTabViewIntent constructor

const PlutoLayoutActionToggleTabViewIntent({
  1. PlutoLayoutId? layoutId,
  2. Object? itemId,
  3. bool actionsOnlyPrimaryFocus = true,
})

Implementation

const PlutoLayoutActionToggleTabViewIntent({
  this.layoutId,
  this.itemId,
  super.actionsOnlyPrimaryFocus = true,
});