DesktopPaneLayout constructor

const DesktopPaneLayout({
  1. Key? key,
  2. required Widget contentPane,
  3. Widget? leftPane,
  4. Widget? rightPane,
})

Implementation

const DesktopPaneLayout({super.key, required this.contentPane, this.leftPane, this.rightPane});