TheImageGF constructor

TheImageGF(
  1. AppModel app,
  2. MemberModel? member,
  3. BackgroundModel? background,
  4. List<PlatformMediumModel?> images,
  5. List<PosSizeModel?> positionsAndSizes,
  6. List<ActionModel?>? actions,
  7. Orientation orientation,
  8. int? imageSeconds,
  9. int? animationMilliseconds,
)

Implementation

TheImageGF(
    this.app,
    this.member,
    this.background,
    this.images,
    this.positionsAndSizes,
    this.actions,
    this.orientation,
    this.imageSeconds,
    this.animationMilliseconds);