value property

StrutStyle value

Implementation

StrutStyle get value => StrutStyle(
      fontFamily: fontFamily,
      fontFamilyFallback: fontFamilyFallback,
      fontSize: fontSize,
      height: height,
      leadingDistribution: leadingDistribution,
      leading: leading,
      fontWeight: fontWeight,
      fontStyle: fontStyle,
      forceStrutHeight: forceStrutHeight,
      debugLabel: debugLabel,
      package: package,
    );