items property

List<Overlay>? items
final

Defines all available overlays. New items can be mixed and matched with existing ones. none is always added.

// Defaults to:
final items = [
  Overlay.existing("imgly_overlay_golden"),
  Overlay.existing("imgly_overlay_lightleak1"),
  Overlay.existing("imgly_overlay_rain"),
  Overlay.existing("imgly_overlay_mosaic"),
  Overlay.existing("imgly_overlay_vintage"),
  Overlay.existing("imgly_overlay_paper"),
];

Implementation

final List<Overlay>? items;