FloatingDebugButton constructor

const FloatingDebugButton({
  1. Key? key,
  2. required VoidCallback onPressed,
})

Implementation

const FloatingDebugButton({super.key, required this.onPressed});