intensity property

double get intensity

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

Implementation

double get intensity =>
    _intensity.clamp(Neumorphism.MIN_INTENSITY, Neumorphism.MAX_INTENSITY);