AppImageView constructor

const AppImageView({
  1. Key? key,
  2. String? url,
  3. String? path,
  4. bool? onFullPage,
})

Implementation

const AppImageView({Key? key, this.url, this.path, this.onFullPage})
    : super(key: key);