menu
quiz_package package
documentation
application/Panels/PanelsTemplates/help_panel.dart
LeftPanel
LeftPanel.new const constructor
LeftPanel.new const constructor
dark_mode
light_mode
LeftPanel
constructor
const
LeftPanel
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const LeftPanel({ super.key, required this.child, });
quiz_package package
documentation
application/Panels/PanelsTemplates/help_panel
LeftPanel
LeftPanel.new const constructor
LeftPanel class