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 {
12841284 EdgeInsets margin = this .margin;
12851285 EdgeInsets goneMargin = this .goneMargin;
12861286
1287+ EdgeInsets clickPadding = this .clickPadding;
1288+
12871289 if (constraintRenderBox._rtl) {
12881290 ConstraintAlign ? convertedLeft;
12891291 ConstraintAlign ? convertedRight;
@@ -1329,6 +1331,9 @@ class Constraint extends ConstraintDefine {
13291331 margin = margin.copyWith (left: margin.right, right: margin.left);
13301332 goneMargin =
13311333 goneMargin.copyWith (left: goneMargin.right, right: goneMargin.left);
1334+
1335+ clickPadding = clickPadding.copyWith (
1336+ left: clickPadding.right, right: clickPadding.left);
13321337 }
13331338
13341339 if (left != null ) {
You can’t perform that action at this time.
0 commit comments