AzCenter constructor

AzCenter(
  1. Widget? child, {
  2. Key? key,
})

Implementation

AzCenter(this.child, {Key? key}) : super(key: key);