ThemeError constructor

ThemeError({
  1. String? message,
  2. ThemeErrorType? type,
})

Implementation

ThemeError({
  this.message,
  this.type,
});