menu
slang package
documentation
builder/model/node.dart
LiteralSpan
code property
code property
dark_mode
light_mode
code
property
String
get
code
override
Implementation
String get code => "${isConstant ? 'const ' : ''}TextSpan(text: '$literal')";
slang package
documentation
builder/model/node
LiteralSpan
code property
LiteralSpan class