elevation property

double? elevation
final

The rail's elevation or z-coordinate.

If Directionality is intl.TextDirection.LTR, the inner side is the right side, and if Directionality is intl.TextDirection.RTL, it is the left side.

The default value is 0.

Implementation

final double? elevation;