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