ScreenOverlayModel class

Constructors

ScreenOverlayModel({String overlayID = 'overlay', required String name, String icon = '', required double overlayX, required double overlayY, required double screenX, required double screenY, required double sizeX, required double sizeY, String content = ''})
ScreenOverlayModel.logos()
Generates a ScreenOverlayModel with the logos data in it.
factory

Properties

balloonTag String
no setter
balloonTourTag String
no setter
content String
Property that defines the screen overlay visibility. Property that defines the screen overlay color. Property that defines the screen overlay content.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String
Property that defines the screen overlay icon url.
getter/setter pair
name String
Property that defines the screen overlay name.
getter/setter pair
overlayID String
Property that defines the screen overlay id.
getter/setter pair
overlayX double
Property that defines the screen overlay overlayX.
getter/setter pair
overlayY double
Property that defines the screen overlay overlayY.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenX double
Property that defines the screen overlay screenX.
getter/setter pair
screenY double
Property that defines the screen overlay screenY.
getter/setter pair
sizeX double
Property that defines the screen overlay sizeX.
getter/setter pair
sizeY double
Property that defines the screen overlay sizeY.
getter/setter pair
tag String
Property that defines the screen overlay tag according to its current properties.
no setter

Methods

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