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