toHubbleBoxShadow method

HubbleBoxShadow toHubbleBoxShadow()

Implementation

HubbleBoxShadow toHubbleBoxShadow() {
  return HubbleBoxShadow(
    color: color.toHubbleColor(),
    blurRadius: blurRadius,
    offset: offset.toOffset(),
    spreadRadius: spreadRadius,
  );
}