LoadingScreen constructor

const LoadingScreen({
  1. Key? key,
  2. LoadingScreenConfig? config,
})

Implementation

const LoadingScreen({Key? key, this.config}) : super(key: key);