toDto method

ShadowDto toDto()

Implementation

ShadowDto toDto() {
  return ShadowDto(
    blurRadius: blurRadius,
    color: ColorDto(color),
    offset: offset,
  );
}