Returns a list of all attributes contained in this mix.
This includes both visual and variant attributes.
Iterable<Attribute> get values => [...styles.values, ...variants.values];