menu
fml package
documentation
eval/textParser.dart
TextValue
TextValue.new constructor
TextValue.new constructor
dark_mode
light_mode
TextValue
constructor
TextValue
(
List
<
String
>
styles
,
String
text
)
Implementation
TextValue(List<String> styles, String text) { this.styles = styles; this.text = text; }
fml package
documentation
eval/textParser
TextValue
TextValue.new constructor
TextValue class