elevation property
- @Deprecated('This was a feature added for 3D rendering, but the feature was deprecated. ' 'This feature was deprecated after v3.29.0-0.0.pre.')
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
@Deprecated(
'This was a feature added for 3D rendering, but the feature was deprecated. '
'This feature was deprecated after v3.29.0-0.0.pre.',
)
double get elevation => _elevation;