PhotoBackground constructor

PhotoBackground({
  1. Uint8List? bytes,
  2. String? url,
})

Implementation

PhotoBackground({
  this.bytes,
  this.url,
});