of static method

WeUi? of(
  1. BuildContext context
)

Implementation

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