FloatWindowController constructor

FloatWindowController(
  1. double left,
  2. double top,
  3. VoidCallback? onFloatWindowTap
)

Implementation

FloatWindowController(double left, double top, this.onFloatWindowTap) {
  this.left.value = left;
  this.top.value = top;
}