call method
Returns a new NestedStyleAttribute instance that wraps the current Style instance.
This method is used to create a nested style attribute, which can be used to apply a Style instance
as an attribute within another Style instance.
Implementation
NestedStyleAttribute call() => NestedStyleAttribute(this);