sahelTextTheme property

TextTheme sahelTextTheme
getter/setter pair

Implementation

static TextTheme sahelTextTheme = TextTheme(
  headline2: PersianFonts.Sahel,
  headline3: PersianFonts.Sahel,
  headline1: PersianFonts.Sahel,
  headline4: PersianFonts.Sahel,
  headline5: PersianFonts.Sahel,
  headline6: PersianFonts.Sahel,
  subtitle1: PersianFonts.Sahel,
  subtitle2: PersianFonts.Sahel,
  bodyText1: PersianFonts.Sahel,
  bodyText2: PersianFonts.Sahel,
  caption: PersianFonts.Sahel,
  button: PersianFonts.Sahel,
  overline: PersianFonts.Sahel,
);