AzResponsive constructor

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

Implementation

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