Flow.through constructor
Creates an overlay stack layout using FlowType.stack.
Layers children with passthrough fitting, allowing overlapping visuals,
perfect for badges over FancyIcon, notifications on Fab, or modal overlays in Toast.
Implementation
const Flow.through(
this.children, {
super.key,
this.type = FlowType.stack,
});