depth property

double? get depth

Implementation

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