Stack constructor
const
Stack({})
Implementation
const Stack({
super.key,
required this.children,
this.alignment = AlignmentDirectional.topStart,
this.fit = StackFit.loose,
this.clipBehavior = Clip.hardEdge,
});