DarkThemeData constructor

const DarkThemeData({
  1. ColorSeed? colorSeed,
  2. TypographyScheme? typography,
  3. SpacingScheme? spacing,
  4. BorderScheme? borderWidth,
  5. ElevationScheme? elevation,
  6. RadiusScheme? radius,
  7. ComponentScheme? component,
  8. Map<String, String>? styles,
})

Implementation

const DarkThemeData({
  this.colorSeed,
  this.typography,
  this.spacing,
  this.borderWidth,
  this.elevation,
  this.radius,
  this.component,
  this.styles,
}) : super(styles);