ViewShell.loading constructor

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

Implementation

const ViewShell.loading({super.key}) : child = const Center(child: Loader());