PlutoLayout constructor

const PlutoLayout({
  1. PlutoLayoutContainer? top,
  2. PlutoLayoutContainer? left,
  3. PlutoLayoutContainer? right,
  4. PlutoLayoutContainer? bottom,
  5. required PlutoLayoutContainer body,
  6. PlutoLayoutShortcuts? shortcuts,
  7. Key? key,
})

Implementation

const PlutoLayout({
  this.top,
  this.left,
  this.right,
  this.bottom,
  required this.body,
  this.shortcuts,
  super.key,
});