depth property
double
get
depth
Get this theme's depth, clamp to min/max neumorphic constants
Implementation
double get depth =>
_depth.clamp(Neumorphism.MIN_DEPTH, Neumorphism.MAX_DEPTH);
Get this theme's depth, clamp to min/max neumorphic constants
double get depth =>
_depth.clamp(Neumorphism.MIN_DEPTH, Neumorphism.MAX_DEPTH);