intensity property

double? intensity

Implementation

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