LoadingApp constructor

const LoadingApp({
  1. Key? key,
  2. required HubbleScreenState state,
})

Implementation

const LoadingApp({super.key, required this.state});