LitStaticLoadingScreen constructor

const LitStaticLoadingScreen({
  1. Widget child = const LitInfoIcon(),
  2. Key? key,
})

Creates a LoadingScreen.

Implementation

const LitStaticLoadingScreen({
  this.child = const LitInfoIcon(),
  Key? key,
}) : super(key: key);