WindowSnapStrategy constructor
Creates a window snap strategy with the specified bounds and behavior.
Parameters:
relativeBounds: Target screen region (required, in 0.0-1.0 coordinates)shouldMinifyWindow: Whether to minimize during snap (defaults totrue)
Implementation
const WindowSnapStrategy({
required this.relativeBounds,
this.shouldMinifyWindow = true,
});