childContext property
Implementation
BuildContext get childContext => OneContext.getInstance.haschildContext
? OneContext.getInstance.childContext!
: _findChild(context) == null
? _findChild(ContextList.getInstance.contextList[
ContextList.getInstance.contextList.length <= 15
? 0
: ContextList.getInstance.contextList.length - 2])!
: _findChild(context)!;