elevation property

double? elevation
final

The rail's elevation or z-coordinate.

If Directionality is TextDirection.ltr, the inner side is the right side, and if Directionality is TextDirection.rtl, it is the left side.

The default value is 0.

Implementation

final double? elevation;