values property

Iterable<Attribute> get values

Returns a list of all attributes contained in this mix.

This includes both visual and variant attributes.

Implementation

Iterable<Attribute> get values => [...styles.values, ...variants.values];