FloatWindowController constructor
FloatWindowController(
- double left,
- double top,
- VoidCallback? onFloatWindowTap
Implementation
FloatWindowController(double left, double top, this.onFloatWindowTap) {
this.left.value = left;
this.top.value = top;
}