list method
Creates a NestedStyleAttribute from a list of styles.
The mixes parameter is a list of Style objects to be combined.
Returns a new NestedStyleAttribute instance representing the combined styles.
Implementation
NestedStyleAttribute list(List<Style> mixes) {
return _applyStyle(mixes);
}