Stack constructor
const
Stack({
- List<
Widget> children = const <Widget>[], - ArcaneStyleData? style,
- Key? key,
Implementation
const Stack({this.children = const <Widget>[], this.style, super.key});