activeTargetWidget static method
Implementation
static GlobalKey? activeTargetWidget(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<_InheritedShowCaseView>()
?.activeWidgetIds;
}
static GlobalKey? activeTargetWidget(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<_InheritedShowCaseView>()
?.activeWidgetIds;
}