AzStack constructor

AzStack(
  1. List<Widget> children, {
  2. Key? key,
})

Implementation

AzStack(
  this.children, {
    Key? key,
  }) : super(key: key);