ZIndex class
The z-index CSS property sets the z-order of a positioned element and its descendants or flex and grid items. Overlapping
elements with a larger z-index cover those with a smaller one.
See also:
- Position for controlling how an element is positioned in a document.
Read more: MDN z-index
Constructors
Properties
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