menu
node_program_editor package
documentation
widgets/menu/dragable_menu.dart
DraggableMenu
DraggableMenu.new const constructor
DraggableMenu.new const constructor
dark_mode
light_mode
DraggableMenu
constructor
const
DraggableMenu
(
{
Key
?
key
,
required
BasePolicy
policy
,
required
List
<
Map
<
String
,
dynamic
>
>
blocks
,
required
double
width
,
})
Implementation
const DraggableMenu( {super.key, required this.policy, required this.blocks, required this.width});
node_program_editor package
documentation
widgets/menu/dragable_menu
DraggableMenu
DraggableMenu.new const constructor
DraggableMenu class