Stack constructor
const
Stack({
- List<
Widget> children = const <Widget>[], - AlignmentGeometry alignment = Alignment.topLeft,
- StackFit fit = StackFit.loose,
Stack API.
Implementation
const Stack({
this.children = const <Widget>[],
this.alignment = Alignment.topLeft,
this.fit = StackFit.loose,
});