externalCubit property

KeypadCubit? externalCubit
final

Optional external cubit. When provided, the widget will NOT create its own BlocProvider — the caller owns the cubit lifecycle.

Implementation

final KeypadCubit? externalCubit;