menu
arcane package
documentation
component/layout/button_panel.dart
ButtonPanel
ButtonPanel.new const constructor
ButtonPanel.new const constructor
dark_mode
light_mode
ButtonPanel
constructor
const
ButtonPanel
(
{
Key
?
key
,
required
List
<
Widget
>
buttons
,
})
Implementation
const ButtonPanel({super.key, required this.buttons});
arcane package
documentation
component/layout/button_panel
ButtonPanel
ButtonPanel.new const constructor
ButtonPanel class