CustomTheme constructor
CustomTheme(
- String key, {
- String? background,
- String? onBackground,
- String? shadow,
- String? outline,
- String? surface,
- String? onSurface,
- String? surfaceVariant,
- String? onSurfaceVariant,
- String? inverseSurface,
- String? onInverseSurface,
- String? primary,
- String? onPrimary,
- String? primaryContainer,
- String? onPrimaryContainer,
- String? inversePrimary,
- String? secondary,
- String? onSecondary,
- String? secondaryContainer,
- String? onSecondaryContainer,
- String? tertiaryContainer,
- String? onTertiaryContainer,
- String? error,
- String? onError,
- String? errorContainer,
- String? onErrorContainer,
Implementation
CustomTheme(this.key,
{this.background,
this.onBackground,
this.shadow,
this.outline,
this.surface,
this.onSurface,
this.surfaceVariant,
this.onSurfaceVariant,
this.inverseSurface,
this.onInverseSurface,
this.primary,
this.onPrimary,
this.primaryContainer,
this.onPrimaryContainer,
this.inversePrimary,
this.secondary,
this.onSecondary,
this.secondaryContainer,
this.onSecondaryContainer,
this.tertiaryContainer,
this.onTertiaryContainer,
this.error,
this.onError,
this.errorContainer,
this.onErrorContainer});