Stack constructor

const Stack({
  1. List<Widget> children = const <Widget>[],
  2. ArcaneStyleData? style,
  3. Key? key,
})

Implementation

const Stack({this.children = const <Widget>[], this.style, super.key});