depth property

double? depth

Implementation

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