ModulaStack constructor
const
ModulaStack({
- required List<
Widget> children, - Key? key,
- AlignmentGeometry alignment = Alignment.center,
- StackFit fit = StackFit.loose,
- Clip clipBehavior = Clip.hardEdge,
- TextDirection? textDirection,
Implementation
const ModulaStack({
required this.children,
super.key,
this.alignment = Alignment.center,
this.fit = StackFit.loose,
this.clipBehavior = Clip.hardEdge,
this.textDirection,
});