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