setAttributes method

void setAttributes(
  1. Map<String, dynamic>? attrs
)

Sets additional attributes for the paragraph block.

attrs is a map containing the additional attributes to be set.

Implementation

void setAttributes(Map<String, dynamic>? attrs) {
  blockAttributes = attrs;
}