consumedProps property

Iterable<ConsumedProps>? consumedProps

The props for the non-forwarding props defined in this component.

Implementation

Iterable<ConsumedProps>? get consumedProps => null;