UImageMemory constructor

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

Implementation

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