toHubbleTextShadow method
Implementation
HubbleTextShadow toHubbleTextShadow() {
return HubbleTextShadow(
color: color.toHubbleColor(),
offset: offset.toOffset(),
blurRadius: blurRadius,
);
}
HubbleTextShadow toHubbleTextShadow() {
return HubbleTextShadow(
color: color.toHubbleColor(),
offset: offset.toOffset(),
blurRadius: blurRadius,
);
}