IdsVStack constructor
const
IdsVStack({})
Implementation
const IdsVStack({
super.key,
required this.children,
this.gap = 0,
this.mainAxis = MainAxis.start,
this.crossAxis = CrossAxis.stretch,
this.fit = IdsStackFit.fill,
});