thickness property
double
get
thickness
Volume thickness in scene units.
Implementation
double get thickness => _thickness;
set
thickness
(double value)
Implementation
set thickness(double value) {
_thickness = math.max(value, 0.0);
_markMaterialDataDirty();
}