textThemeDarkStyle property

TextTheme textThemeDarkStyle
getter/setter pair

Implementation

static TextTheme textThemeDarkStyle = const TextTheme(
  displayLarge: TextStyle(color: GSFormColors.textDarkColorHeader, fontWeight: FontWeight.w700, fontSize: 12.0),
  displayMedium: TextStyle(color: GSFormColors.textColorDark, fontWeight: FontWeight.w700, fontSize: 11.0),
  displaySmall: TextStyle(color: GSFormColors.hintTextDarkColor, fontWeight: FontWeight.w500, fontSize: 9.0),
  headlineMedium: TextStyle(color: GSFormColors.hintTextDarkColor, fontWeight: FontWeight.w400, fontSize: 7.0),
  headlineSmall: TextStyle(color: GSFormColors.red, fontWeight: FontWeight.w400, fontSize: 7.0),
  bodyMedium: TextStyle(color: GSFormColors.hintTextDarkColor, fontWeight: FontWeight.w400, fontSize: 11.0),
);