items property

List<Frame>? items
final

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

// Defaults to:
final items = [
  Frame.existing("imgly_frame_dia"),
  Frame.existing("imgly_frame_art_decor"),
  Frame.existing("imgly_frame_black_passepartout"),
  Frame.existing("imgly_frame_wood_passepartout"),
];

Implementation

final List<Frame>? items;