sahelTextTheme property

TextTheme sahelTextTheme
getter/setter pair

Implementation

static TextTheme sahelTextTheme = const TextTheme(
  displayLarge: UFonts.sahel,
  displayMedium: UFonts.sahel,
  displaySmall: UFonts.sahel,
  headlineLarge: UFonts.sahel,
  headlineMedium: UFonts.sahel,
  headlineSmall: UFonts.sahel,
  titleLarge: UFonts.sahel,
  titleMedium: UFonts.sahel,
  titleSmall: UFonts.sahel,
  bodyLarge: UFonts.sahel,
  bodyMedium: UFonts.sahel,
  bodySmall: UFonts.sahel,
  labelLarge: UFonts.sahel,
  labelMedium: UFonts.sahel,
  labelSmall: UFonts.sahel,
);