menu
ui_mate package
documentation
widgets/read_more.dart
Annotation
Annotation.new const constructor
Annotation.new const constructor
dark_mode
light_mode
Annotation
constructor
const
Annotation
(
{
required
RegExp
regExp
,
required
TextSpan
spanBuilder
({
required
String
text
,
required
TextStyle
textStyle
,
}),
})
Implementation
const Annotation({ required this.regExp, required this.spanBuilder, });
ui_mate package
documentation
widgets/read_more
Annotation
Annotation.new const constructor
Annotation class