SelectorAspect<T> typedef

SelectorAspect<T> = bool Function(InheritedElement inheritedElement)

This function type can be used as a callback to determine whether a specific aspect of an inherited widget should be selected or not.

Implementation

typedef SelectorAspect<T> = bool Function(InheritedElement inheritedElement);