File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -614,11 +614,11 @@ mixin GeometryMixin on BaseNode {
614614 /// Returns true if the node has any fills that can be interpreted as strokes.
615615 bool get hasStroke => strokes.isNotEmpty && strokeWeight > 0 ;
616616
617- @override
618- EdgeInsetsModel minimumPadding () {
619- final double additionalPadding = strokes.isNotEmpty ? strokeWeight : 0.0 ;
620- return super .minimumPadding () + EdgeInsetsModel .all (additionalPadding);
621- }
617+ // @override
618+ // EdgeInsetsModel minimumPadding() {
619+ // final double additionalPadding = strokes.isNotEmpty ? strokeWeight : 0.0;
620+ // return super.minimumPadding() + EdgeInsetsModel.all(additionalPadding);
621+ // }
622622
623623 /// If an image is in the fills, allow shrink-wrapping up to to a fixed
624624 /// minimum.
You can’t perform that action at this time.
0 commit comments