menu
sampler package
documentation
helper_widgets.dart
ActionPanel
ActionPanel.new const constructor
ActionPanel.new const constructor
dark_mode
light_mode
ActionPanel
constructor
const
ActionPanel
(
{
Key
?
key
,
required
List
<
Widget
>
children
,
bool
isBusy
=
false
,
})
Implementation
const ActionPanel({ Key? key, required this.children, this.isBusy = false, }) : super(key: key);
sampler package
documentation
helper_widgets
ActionPanel
ActionPanel.new const constructor
ActionPanel class