FloatWindowController constructor

FloatWindowController({
  1. required ValueChanged<bool> onTapSwitchFloatWindowInApp,
  2. required ValueChanged<bool> onSwitchFloatWindowOutOfApp,
})

Implementation

FloatWindowController({required this.onTapSwitchFloatWindowInApp, required this.onSwitchFloatWindowOutOfApp});