ImageSize constructor

const ImageSize(
  1. Image _image,
  2. double? _height,
  3. double? _width,
  4. double? _imageCornerRadius, {
  5. Key? key,
})

Implementation

const ImageSize(this._image, this._height, this._width, this._imageCornerRadius, {Key? key}) : super(key: key);