MobilePositionSettings class

Constructors

MobilePositionSettings({double topOnAppearance = 70, double topOnDissapear = -100, double left = 35, double right = 35, double bottomOnAppearance = 70, double bottomOnDissapear = -100})
const

Properties

bottomOnAppearance double
final
bottomOnDissapear double
final
hashCode int
The hash code for this object.
no setterinherited
left double
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topOnAppearance double
final
topOnDissapear double
final

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