LightThemeData constructor
const
LightThemeData({
- ColorSeed? colorSeed,
- TypographyScheme? typography,
- SpacingScheme? spacing,
- BorderScheme? borderWidth,
- ElevationScheme? elevation,
- RadiusScheme? radius,
- ComponentScheme? component,
- Map<
String, String> ? styles,
Implementation
const LightThemeData({
this.colorSeed,
this.typography,
this.spacing,
this.borderWidth,
this.elevation,
this.radius,
this.component,
this.styles,
}) : super(styles);