StackSpecWidget constructor

const StackSpecWidget({
  1. StackSpec? spec,
  2. Key? key,
  3. List<Widget>? children,
})

Implementation

const StackSpecWidget({this.spec, super.key, this.children});