ThemeData constructor
ThemeData({
- ColorScheme colorScheme = ColorSchemes.lightDefaultColor,
- double radius = 0.5,
- double scaling = 1,
- Typography typography = const Typography.geist(),
- IconThemeProperties iconTheme = const IconThemeProperties(),
- TargetPlatform? platform,
- double? surfaceOpacity,
- double? surfaceBlur,
Implementation
ThemeData({
this.colorScheme = ColorSchemes.lightDefaultColor,
this.radius = 0.5,
this.scaling = 1,
this.typography = const Typography.geist(),
this.iconTheme = const IconThemeProperties(),
TargetPlatform? platform,
this.surfaceOpacity,
this.surfaceBlur,
}) : _platform = platform;