SafaehDebugMenuFab constructor

const SafaehDebugMenuFab({
  1. Key? key,
  2. required VoidCallback onOpen,
  3. bool visible = true,
  4. ValueChanged<Offset>? onDragDelta,
  5. String tooltip = 'Debug menu',
})

Implementation

const SafaehDebugMenuFab({
  super.key,
  required this.onOpen,
  this.visible = true,
  this.onDragDelta,
  this.tooltip = 'Debug menu',
});