depth property
double?
get
depth
Implementation
double? get depth =>
_depth?.clamp(Neumorphism.MIN_DEPTH, Neumorphism.MAX_DEPTH);
double? get depth =>
_depth?.clamp(Neumorphism.MIN_DEPTH, Neumorphism.MAX_DEPTH);