AppSVGNetwork constructor

const AppSVGNetwork(
  1. String imageUrl, {
  2. Key? key,
  3. required double height,
  4. required double width,
})

Implementation

const AppSVGNetwork(this.imageUrl,
    {super.key, required this.height, required this.width});