of static method

SmallIconButton? of(
  1. BuildContext context
)

Implementation

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