ArcaneErrorState constructor

const ArcaneErrorState({
  1. String? title,
  2. String? message,
  3. Component? action,
  4. Key? key,
})

Implementation

const ArcaneErrorState({
  this.title,
  this.message,
  this.action,
  super.key,
});