of static method
Implementation
static bool? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<_InheritedCEnable>()?.value;
}
static bool? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<_InheritedCEnable>()?.value;
}