of static method

Implementation

static DropdownMenuController of(BuildContext context) {
  final _DropdownMenuControllerScope scope =
      context.dependOnInheritedWidgetOfExactType(
              aspect: _DropdownMenuControllerScope)
          as _DropdownMenuControllerScope;
  return scope.controller;
}