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