FlashConfig constructor

FlashConfig({
  1. FlashConfigAlignment? alignment,
  2. String? imageAuto,
  3. String? imageOff,
  4. String? imageOn,
  5. Mode? mode,
  6. Offset? offset,
})

Implementation

FlashConfig({
    this.alignment,
    this.imageAuto,
    this.imageOff,
    this.imageOn,
    this.mode,
    this.offset,
});