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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited