of static method

Retrieves the nearest BsInputGroupChildContext from the context.

Implementation

static BsInputGroupChildContext? of(BuildContext context) {

  return context
      .dependOnInheritedWidgetOfExactType<BsInputGroupChildContext>();
}