OnlyPhotoAndText class abstract

Inheritance

Constructors

OnlyPhotoAndText(String identifier, InstallApp? installApp, HomeMenuModel? homeMenu, DrawerModel? drawer, DrawerModel? endDrawer, double percentageDecorationVisible, PrivilegeLevelRequiredSimple privilegeLevelRequiredSimple, {})

Properties

finalinherited
drawer → DrawerModel?
finalinherited
endDrawer → DrawerModel?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
homeMenu → HomeMenuModel?
finalinherited
identifier String
finalinherited
installApp InstallApp?
finalinherited
percentageDecorationVisible double
finalinherited
privilegeLevelRequiredSimple → PrivilegeLevelRequiredSimple?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createSimpleImage(PlatformMediumModel memberMediumModel) Future<SimpleImageModel>
inherited
createSimpleTextModel(String appId, String title, String contents, {SimpleTextAlign? align}) Future<SimpleTextModel>
getPrivilegeLevelRequiredSimple() → PrivilegeLevelRequiredSimple?
inherited
installDecoratedContent(String title, String description, String? componentId, String componentName, String? decoratingComponentId, String decoratingComponentName, DecorationComponentPosition position) Future<void>
inherited
installImage(String assetLocation) Future<PlatformMediumModel>
inherited
installPhoto(String? componentId, String componentName, String title, String description, DecorationComponentPosition imagePosition, String imageAssetLocation) Future<void>
inherited
installPhotoAndText(String title, String description, String contents, DecorationComponentPosition imagePosition, String imageAssetLocation, {SimpleTextAlign? align}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited