depth property

double depth

Get this theme's depth, clamp to min/max neumorphic constants

Implementation

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