DPPosTypography constructor

DPPosTypography()

Implementation

DPPosTypography()
    : super(
        defaultColor: DPLightThemeColors().grayscale700,
        itemTitle: style(Weight.semiBold, 24, 0, DPLightThemeColors().grayscale700),
        itemDescription: style(Weight.medium, 24, 0, DPLightThemeColors().grayscale700),
        title: style(Weight.semiBold, 36, 0, DPLightThemeColors().grayscale700, spacing: -0.72),
      );