reInherited abstract method
Provide the Injected model to another widget tree branch.
Implementation
Widget reInherited({
Key? key,
required BuildContext context,
required Widget Function(BuildContext) builder,
// bool keepAlive = false,
// String? debugPrintWhenNotifiedPreMessage,
// String Function(T?)? toDebugString,
});