DebugFloatingThemeButtonWrapper constructor

const DebugFloatingThemeButtonWrapper({
  1. Key? key,
  2. required bool debugShow,
  3. required AdaptiveThemeManager<Object> manager,
  4. required Widget child,
})

Implementation

const DebugFloatingThemeButtonWrapper({
  super.key,
  required this.debugShow,
  required this.manager,
  required this.child,
});