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