Skip to content

Commit

Permalink
Make FillOrWrap constructor const
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed May 11, 2023
1 parent 061d69c commit fd73808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/fill_or_wrap.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd73808

Please sign in to comment.