Position class abstract

Constructors

Position.absolute({Unit? top, Unit? left, Unit? bottom, Unit? right, ZIndex? zIndex})
const
factory
Position.fixed({Unit? top, Unit? left, Unit? bottom, Unit? right, ZIndex? zIndex})
const
factory
Position.relative({Unit? top, Unit? left, Unit? bottom, Unit? right, ZIndex? zIndex})
const
factory
Position.sticky({Unit? top, Unit? left, Unit? bottom, Unit? right, ZIndex? zIndex})
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles Map<String, String>
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

Constants

inherit → const Position
initial → const Position
revert → const Position
revertLayer → const Position
static → const Position
unset → const Position