of static method

DisableAcrylic? of(
  1. BuildContext context
)

Implementation

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