WidgetLocator typedef

WidgetLocator = bool Function(Widget widget)

Used to identify a specific widget.

Implementation

typedef WidgetLocator = bool Function(Widget widget);