Stack constructor

const Stack({
  1. required List<Widget> children,
})

Implementation

const Stack({required this.children});