Image.network constructor

Image.network({
  1. int? width,
  2. int? cacheWidth,
})

Implementation

Image.network({
  int? width,
  int? cacheWidth,
}) : super();