ArcaneFlufCore constructor

const ArcaneFlufCore({
  1. Key? key,
  2. required Widget child,
  3. bool splashScreenAutoRemove = true,
  4. required dynamic onRegisterServices(
    1. ServiceProvider
    ),
})

Implementation

const ArcaneFlufCore({
  super.key,
  required this.child,
  this.splashScreenAutoRemove = true,
  required this.onRegisterServices,
});