toDto method

StrutStyleDto toDto()

Implementation

StrutStyleDto toDto() {
  return StrutStyleDto(
    fontFamily: fontFamily,
    fontFamilyFallback: fontFamilyFallback,
    fontSize: fontSize,
    fontWeight: fontWeight,
    fontStyle: fontStyle,
    height: height,
    leading: leading,
    forceStrutHeight: forceStrutHeight,
  );
}