underline top-level property

TextAttributeCodec<_UnderlineAttribute> underline
final

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

Implementation

final underline = TextAttributeCodec.stateless(
  typeStr: 'underline',
  create: () => underlineAttribute,
);