FloatWindowController constructor
FloatWindowController({
- required ValueChanged<
bool> onTapSwitchFloatWindowInApp, - required ValueChanged<
bool> onSwitchFloatWindowOutOfApp,
Implementation
FloatWindowController({required this.onTapSwitchFloatWindowInApp, required this.onSwitchFloatWindowOutOfApp});