NiceOverlapStack constructor
const
NiceOverlapStack({})
Implementation
const NiceOverlapStack({
super.key,
required this.children,
this.overlapFactor = 0.3,
this.direction = Axis.horizontal,
this.reverse = false,
});