FaderPageBuilder class
- Inheritance
-
- Object
- PageBuilder
- FaderPageBuilder
Constructors
- FaderPageBuilder(String uniqueId, String componentId, String pageId, AppModel app, String memberId, HomeMenuModel theHomeMenu, AppBarModel theAppBar, DrawerModel leftDrawer, DrawerModel rightDrawer)
Properties
- alignment → SectionImageAlignment
-
final
- app → AppModel
-
finalinherited
- componentId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imagePosition → RelativeImagePosition
-
final
- leftDrawer → DrawerModel
-
finalinherited
- memberId → String
-
finalinherited
- pageId → String
-
finalinherited
- rightDrawer → DrawerModel
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- theAppBar → AppBarModel
-
finalinherited
- theHomeMenu → HomeMenuModel
-
finalinherited
- uniqueId → String
-
finalinherited
Methods
-
create(
) → Future< PageModel> -
createFader(
PlatformMediumModel android, PlatformMediumModel iphone, PlatformMediumModel tablet, PlatformMediumModel macbook) → Future< FaderModel> -
installImage(
String location) → Future< PlatformMediumModel> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
screen75(
) → PosSizeModel -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- androidImage ↔ String
-
getter/setter pair
- iphoneImage ↔ String
-
getter/setter pair
- macbookImage ↔ String
-
getter/setter pair
- tabletImage ↔ String
-
getter/setter pair