BackgroundPreview constructor

const BackgroundPreview(
  1. Uint8List? background, {
  2. Key? key,
  3. void onPick()?,
  4. void onRemove()?,
})

Implementation

const BackgroundPreview(
  this.background, {
  super.key,
  this.onPick,
  this.onRemove,
});