isWrapper property

  1. @override
bool isWrapper
final

Whether the component clones or passes through its children and needs to be treated as if it were the wrapped component when passed in to isComponentOfType.

See also: UiFactory.setTypeMeta (via extension UiFactoryTypeMeta), which can be used to provide configuration to function components, which don't have this annotation.

Implementation

@override
final bool isWrapper;