File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1284,6 +1284,8 @@ class Constraint extends ConstraintDefine {
1284
1284
EdgeInsets margin = this .margin;
1285
1285
EdgeInsets goneMargin = this .goneMargin;
1286
1286
1287
+ EdgeInsets clickPadding = this .clickPadding;
1288
+
1287
1289
if (constraintRenderBox._rtl) {
1288
1290
ConstraintAlign ? convertedLeft;
1289
1291
ConstraintAlign ? convertedRight;
@@ -1329,6 +1331,9 @@ class Constraint extends ConstraintDefine {
1329
1331
margin = margin.copyWith (left: margin.right, right: margin.left);
1330
1332
goneMargin =
1331
1333
goneMargin.copyWith (left: goneMargin.right, right: goneMargin.left);
1334
+
1335
+ clickPadding = clickPadding.copyWith (
1336
+ left: clickPadding.right, right: clickPadding.left);
1332
1337
}
1333
1338
1334
1339
if (left != null ) {
You can’t perform that action at this time.
0 commit comments