anchorOf static method
Implementation
static AnchoredOverlayData anchorOf(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<AnchoredOverlayData>() ??
(throw StateError('anchorOf called outside overlay context'));
static AnchoredOverlayData anchorOf(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<AnchoredOverlayData>() ??
(throw StateError('anchorOf called outside overlay context'));