SwiftDebugFloatingButton constructor

const SwiftDebugFloatingButton({
  1. Key? key,
  2. GlobalKey<NavigatorState>? navigatorKey,
})

Implementation

const SwiftDebugFloatingButton({
  super.key,
  this.navigatorKey,
});