toHubbleTextShadow method

HubbleTextShadow toHubbleTextShadow()

Implementation

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