of static method

Implementation

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