menu
neomage package
documentation
utils/text/text_utils.dart
Span
Span.new const constructor
Span.new const constructor
dark_mode
light_mode
Span
constructor
const
Span
(
String
text
, {
bool
isHighlighted
=
false
,
})
Implementation
const Span(this.text, {this.isHighlighted = false});
neomage package
documentation
utils/text/text_utils
Span
Span.new const constructor
Span class