menu
render_proof package
documentation
example_render_objects.dart
DesktopPaneLayout
DesktopPaneLayout.new const constructor
DesktopPaneLayout.new const constructor
dark_mode
light_mode
DesktopPaneLayout
constructor
const
DesktopPaneLayout
(
{
Key
?
key
,
required
Widget
contentPane
,
Widget
?
leftPane
,
Widget
?
rightPane
,
})
Implementation
const DesktopPaneLayout({super.key, required this.contentPane, this.leftPane, this.rightPane});
render_proof package
documentation
example_render_objects
DesktopPaneLayout
DesktopPaneLayout.new const constructor
DesktopPaneLayout class