pending property

Map<UInlineAttr, Object?> pending
final

Formatting queued for the next typed character while the selection is collapsed (so pressing bold then typing produces bold text).

Implementation

final Map<UInlineAttr, Object?> pending = <UInlineAttr, Object?>{};