Skip to content

Commit e3aa78b

Browse files
authored
docs: Fix missing reference on documentation for InlineTextNode (#3520)
Fix missing reference on documentation for InlineTextNode
1 parent b67b988 commit e3aa78b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/flame/lib/src/text/nodes/inline_text_node.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import 'package:flame/text.dart';
77
/// * PlainTextNode - just a string of plain text, no special formatting.
88
/// * BoldTextNode - bolded string
99
/// * ItalicTextNode - italic string
10-
/// * CodeTextNode - inline code block
10+
/// * CodeTextNode - inline code string
11+
/// * StrikethroughTextNode - strikethrough string
1112
/// * GroupTextNode - collection of multiple [InlineTextNode]'s to be joined one
1213
/// after the other.
1314
abstract class InlineTextNode extends TextNode<InlineTextStyle> {

0 commit comments

Comments
 (0)