ThemeError constructor
ThemeError({
- String? message,
- ThemeErrorType? type,
Implementation
ThemeError({
this.message,
this.type,
});
ThemeError({
this.message,
this.type,
});