externalCubit property
Optional external cubit. When provided, the widget will NOT create its own BlocProvider — the caller owns the cubit lifecycle.
Implementation
final KeypadCubit? externalCubit;
Optional external cubit. When provided, the widget will NOT create its own BlocProvider — the caller owns the cubit lifecycle.
final KeypadCubit? externalCubit;