AzRow constructor

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

Implementation

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