CardImage constructor

const CardImage({
  1. ImageType imageType = ImageType.networkImage,
  2. String? image,
  3. double? width = 30.0,
  4. double? height = 30.0,
  5. double? borderRadius = 0,
  6. IndividualRadius? individualBorderRadius,
  7. double? padding = 0,
})

Implementation

const CardImage(
    {this.imageType = ImageType.networkImage,
    this.image,
    this.width = 30.0,
    this.height = 30.0,
    this.borderRadius = 0,
    this.individualBorderRadius,
    this.padding = 0});