menu
eyflutter_rich_text package
documentation
delta/html/line.dart
Line
Line constructor
Line constructor
dark_mode
light_mode
Line
constructor
Line
(
String
content
, {
int
?
tabRemaining
,
})
Implementation
Line( this.content, { this.tabRemaining, }) : isBlankLine = emptyPattern.hasMatch(content);
eyflutter_rich_text package
documentation
delta/html/line
Line
Line constructor
Line class