NestedStyleAttribute.fromList constructor

NestedStyleAttribute.fromList(
  1. List<Attribute> attributes
)

Implementation

factory NestedStyleAttribute.fromList(List<Attribute> attributes) {
  return NestedStyleAttribute(Style.create(attributes));
}