bold top-level property

TextAttributeCodec<_BoldAttribute> bold
final

Codec to convert boldAttribute to/from JSON (see DocumentJsonCodec).

Implementation

final bold = TextAttributeCodec.stateless(
  typeStr: 'bold',
  create: () => boldAttribute,
);