ViewShell.error constructor

const ViewShell.error({
  1. Key? key,
})

Implementation

const ViewShell.error({super.key})
  : child = const Center(child: Icon(Icons.error_outline));