menu
flame package
documentation
text.dart
CustomInlineTextNode
CustomInlineTextNode.simple constructor
CustomInlineTextNode.simple constructor
dark_mode
light_mode
CustomInlineTextNode.simple
constructor
CustomInlineTextNode.simple
(
String
text
, {
required
String
styleName
,
})
Implementation
CustomInlineTextNode.simple(String text, {required this.styleName}) : child = PlainTextNode(text);
flame package
documentation
text
CustomInlineTextNode
CustomInlineTextNode.simple constructor
CustomInlineTextNode class