UImageMemory constructor

const UImageMemory(
  1. Uint8List file, {
  2. Color? color,
  3. double? width,
  4. double? height,
  5. String? placeholder,
  6. BoxFit fit = BoxFit.contain,
  7. double borderRadius = 1,
  8. Key? key,
})

Implementation

const UImageMemory(
  this.file, {
  this.color,
  this.width,
  this.height,
  this.placeholder,
  this.fit = BoxFit.contain,
  this.borderRadius = 1,
  super.key,
});