combine method
Combines the current styles with another Styles instances.
Implementation
@override
NestedStyleRule combine(Styles styles) {
return NestedStyleRule._(_selector, _styles.combine(styles), _children);
}
Combines the current styles with another Styles instances.
@override
NestedStyleRule combine(Styles styles) {
return NestedStyleRule._(_selector, _styles.combine(styles), _children);
}