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