blockAttributes property

Map<String, dynamic>? blockAttributes
getter/setter pair

Additional attributes specific to the paragraph block.

This map can hold any additional metadata or styling information related to the paragraph.

Implementation

Map<String, dynamic>? blockAttributes;