MaybeStack constructor
const
MaybeStack({
- Key? key,
- StackFit fit = StackFit.loose,
- AlignmentGeometry alignment = AlignmentDirectional.topStart,
- List<
Widget> children = const [], - Clip clipBehavior = Clip.hardEdge,
- TextDirection? textDirection,
Implementation
const MaybeStack({
super.key,
this.fit = StackFit.loose,
this.alignment = AlignmentDirectional.topStart,
this.children = const [],
this.clipBehavior = Clip.hardEdge,
this.textDirection,
});