StatCardGrid constructor
const
StatCardGrid({})
Implementation
const StatCardGrid({
super.key,
this.hero,
this.children = const [],
this.spacing = 16,
this.minTileWidth = 160,
this.tileAspectRatio = 1.05,
this.heroHeight = 240,
});