elevation property
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:
- thickness, which describes how much space in z-direction this SemanticsNode occupies starting at this elevation.
- elevationAdjustment, which has been used to calculate this value.
Implementation
double get elevation => _elevation;