ProportionalWidthNetworkImage constructor

const ProportionalWidthNetworkImage({
  1. Key? key,
  2. required String url,
  3. required double widthProportional,
})

Implementation

const ProportionalWidthNetworkImage(
    {Key? key, required this.url, required this.widthProportional})
    : super(key: key);