body3Style top-level constant

TextStyle const body3Style

Implementation

const body3Style = TextStyle(
  fontFamily: "RobotoFlex",
  fontSize: 14,
  fontVariations: [
    FontVariation("wdth", 141),
    FontVariation("GRAD", -200),
    FontVariation("slnt", 0),
    FontVariation("XTRA", 468),
    FontVariation("YOPQ", 79),
    FontVariation("YTLC", 514),
    FontVariation("YTUC", 712),
    FontVariation("YTAS", 750),
    FontVariation("YTDE", -203),
    FontVariation("YTFI", 738),
    FontVariation("wght", 100),
  ],
  package: 'easydev_theme',
);