Stack constructor
const
Stack({
- List<
TileWidget> children = const [],
Implementation
const Stack({
this.children = const [],
});
const Stack({
this.children = const [],
});