diff --git a/lib/src/widgets/fill_or_wrap.dart b/lib/src/widgets/fill_or_wrap.dart index 6e9ec53..71e62fe 100644 --- a/lib/src/widgets/fill_or_wrap.dart +++ b/lib/src/widgets/fill_or_wrap.dart @@ -17,7 +17,7 @@ import '../render_object.dart'; /// positioned **below each other** ("wrapped"). This is similar to a [Column] /// with [MainAxisSize.min]. class FillOrWrap extends MultiChildRenderObjectWidget { - FillOrWrap({ + const FillOrWrap({ super.key, this.spacing = 0, this.wrappedSpacing = 0,