Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 82ba9fc

Browse files
goderbauerditman
andcommitted
Update lib/ui/window.dart
Co-authored-by: David Iglesias <ditman@gmail.com>
1 parent 2c876c4 commit 82ba9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/window.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ class FlutterView {
361361
/// If the view is configured with loose [physicalConstraints] (i.e.
362362
/// [ViewConstraints.isTight] returns false) a `size` satisfying those
363363
/// constraints must be provided. This method does not check that the provided
364-
/// `size` actually meets the constraints (this should be done in a heigher
364+
/// `size` actually meets the constraints (this should be done in a higher
365365
/// level), but an illegal `size` may result in undefined rendering behavior.
366366
/// If no `size` is provided, [physicalSize] is used instead.
367367
///

0 commit comments

Comments
 (0)