Stack constructor

const Stack(
  1. List<Widget> children
)

Creates a stack layout for children.

Implementation

const Stack(this.children);