depth property

double depth
final

Defines the depth of the Widget in z direction. This is used to create a 3D effect. This is used on the transform matrix to set the entry at given depth. Tip: 0.001 are good numbers for depth perception.

Implementation

final double depth;