SafaehDebugMenuFab constructor
const
SafaehDebugMenuFab({
- Key? key,
- required VoidCallback onOpen,
- bool visible = true,
- ValueChanged<
Offset> ? onDragDelta, - String tooltip = 'Debug menu',
Implementation
const SafaehDebugMenuFab({
super.key,
required this.onOpen,
this.visible = true,
this.onDragDelta,
this.tooltip = 'Debug menu',
});