intensity property

double intensity

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

Implementation

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