GetWindowForTargetResult constructor

GetWindowForTargetResult({
  1. required WindowID windowId,
  2. required Bounds bounds,
})

Implementation

GetWindowForTargetResult({required this.windowId, required this.bounds});