clearShadowColor method

LabelStyle clearShadowColor()

Clears LabelStyle.shadowColor to null.

Implementation

LabelStyle clearShadowColor() => copyWith(clearShadowColor: true);