HareLayout constructor
const
HareLayout({})
Implementation
const HareLayout({
super.key,
required super.children,
this.itemWidth = 240,
this.lastRow = LastRow.lastItem,
this.padding = const EdgeInsets.all(0),
this.spaceX = 8,
this.spaceY = 8,
});