CustomFrame constructor

CustomFrame(
  1. String identifier,
  2. String name,
  3. ImageGroupSet imageGroups,
  4. double relativeScale,
  5. String thumbnailUri, {
  6. FrameLayoutMode? layoutMode,
})

Creates a new CustomFrame.

Implementation

CustomFrame(
  String identifier,
  String name,
  this.imageGroups,
  this.relativeScale,
  this.thumbnailUri, {
  this.layoutMode,
}) : super._custom(identifier, name);