Stack constructor

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

Implementation

const Stack({required this.children, this.style, super.key});