DriverLite constructor

const DriverLite({
  1. InternetCubit? internetCubit,
  2. StartupCubit? startupCubit,
  3. AuthenticationBloc? authenticationBloc,
  4. Key? key,
})

Implementation

const DriverLite({this.internetCubit, this.startupCubit, this.authenticationBloc, super.key});