AboutBase class abstract

Inheritance
Implementers

Constructors

AboutBase(String identifier, RelativeImagePosition imagePosition, double imageWidth, SectionImageAlignment alignment, InstallApp? installApp, HomeMenuModel? homeMenu, DrawerModel? drawer, DrawerModel? endDrawer)

Properties

alignment → SectionImageAlignment
final
drawer → DrawerModel?
finalinherited
endDrawer → DrawerModel?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
homeMenu → HomeMenuModel?
finalinherited
identifier String
final
imagePosition → RelativeImagePosition
final
imageWidth double
final
installApp InstallApp?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aboutDescription() String
aboutText() String
aboutTitle() String
assetLocation() String
doIt() Future<void>
installAboutImage() Future<PlatformMediumModel>
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