TheImageGF constructor Null safety
- AppModel app,
- MemberModel? member,
- BackgroundModel? background,
- List<
PlatformMediumModel?> images, - List<
PosSizeModel?> positionsAndSizes, - List<
ActionModel?> ? actions, - Orientation orientation,
- int? imageSeconds,
- int? animationMilliseconds
Implementation
TheImageGF(
this.app,
this.member,
this.background,
this.images,
this.positionsAndSizes,
this.actions,
this.orientation,
this.imageSeconds,
this.animationMilliseconds);