AzCard constructor

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

Implementation

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