AzContainer constructor

AzContainer({
  1. Widget widget = const SizedBox.shrink(),
  2. Key? key,
})

Implementation

AzContainer({this.widget = const SizedBox.shrink(), Key? key}): super(key: key);