We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2e28e commit 8553411Copy full SHA for 8553411
1 file changed
lib/src/api/mixins.dart
@@ -614,11 +614,11 @@ mixin GeometryMixin on BaseNode {
614
/// Returns true if the node has any fills that can be interpreted as strokes.
615
bool get hasStroke => strokes.isNotEmpty && strokeWeight > 0;
616
617
- @override
618
- EdgeInsetsModel minimumPadding() {
619
- final double additionalPadding = strokes.isNotEmpty ? strokeWeight : 0.0;
620
- return super.minimumPadding() + EdgeInsetsModel.all(additionalPadding);
621
- }
+ // @override
+ // EdgeInsetsModel minimumPadding() {
+ // final double additionalPadding = strokes.isNotEmpty ? strokeWeight : 0.0;
+ // return super.minimumPadding() + EdgeInsetsModel.all(additionalPadding);
+ // }
622
623
/// If an image is in the fills, allow shrink-wrapping up to to a fixed
624
/// minimum.
0 commit comments