NpmLoadingScreen constructor

const NpmLoadingScreen({
  1. Key? key,
  2. required VoidCallback onComplete,
})

Implementation

const NpmLoadingScreen({
  Key? key,
  required this.onComplete,
}) : super(key: key);