textShadowRadius method
Implementation
@ControllerProps(NodeProps.kPropShadowRadius)
void textShadowRadius(double textShadowRadius) {
if (textShadowRadius != _textShadowRadius) {
_textShadowRadius = textShadowRadius;
markDirty();
}
}
@ControllerProps(NodeProps.kPropShadowRadius)
void textShadowRadius(double textShadowRadius) {
if (textShadowRadius != _textShadowRadius) {
_textShadowRadius = textShadowRadius;
markDirty();
}
}