CuReFirstLoadingScreen constructor

const CuReFirstLoadingScreen({
  1. Key? key,
  2. required String description,
  3. Widget? child,
})

Implementation

const CuReFirstLoadingScreen(
    {super.key,
    this.logo,
    required this.description,
    this.child,
    this.ownerLogo});