UnauthorizedWidget constructor

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

Implementation

const UnauthorizedWidget({
  super.key,
});