AzImage constructor

AzImage({
  1. Key? key,
})

Implementation

AzImage({
  Key? key,
}) : super(key: key);