ArgosWidgetElementPredicate typedef

ArgosWidgetElementPredicate = bool Function(Element element)

Returns true when an Element and its descendants should be omitted from a widget snapshot.

Implementation

typedef ArgosWidgetElementPredicate = bool Function(Element element);