depthOpacity property
double
get
depthOpacity
Opacidad considerando profundidad
Implementation
double get depthOpacity => 0.3 + (1 - z) * 0.7;
Opacidad considerando profundidad
double get depthOpacity => 0.3 + (1 - z) * 0.7;