UiError constructor

const UiError({
  1. Key? key,
})

Implementation

const UiError({
  super.key,
});