Skip to content

Commit f5eeec0

Browse files
ABausGesDotDev
andcommitted
fix: use logicalConstraints instead of size
Co-authored-by: Shawn <shawn@gskinner.com>
1 parent 2fdc26e commit f5eeec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/home_widget.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class HomeWidget {
173173
child: repaintBoundary,
174174
),
175175
configuration: ViewConfiguration(
176-
size: logicalSize,
176+
logicalConstraints: BoxConstraints.tight(logicalSize),
177177
devicePixelRatio: 1.0,
178178
),
179179
);

0 commit comments

Comments
 (0)