elevation property

double elevation

The elevation along the z-axis at which the rect of this SemanticsNode is located above its parent.

The value is relative to the parent's elevation. The sum of the elevations of all ancestor node plus this value determines the absolute elevation of this SemanticsNode.

See also:

Implementation

double get elevation => _elevation;