We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67b988 commit e3aa78bCopy full SHA for e3aa78b
packages/flame/lib/src/text/nodes/inline_text_node.dart
@@ -7,7 +7,8 @@ import 'package:flame/text.dart';
7
/// * PlainTextNode - just a string of plain text, no special formatting.
8
/// * BoldTextNode - bolded string
9
/// * ItalicTextNode - italic string
10
-/// * CodeTextNode - inline code block
+/// * CodeTextNode - inline code string
11
+/// * StrikethroughTextNode - strikethrough string
12
/// * GroupTextNode - collection of multiple [InlineTextNode]'s to be joined one
13
/// after the other.
14
abstract class InlineTextNode extends TextNode<InlineTextStyle> {
0 commit comments