menu
sreporter package
documentation
utils/utils.dart
DiscListItem
DiscListItem.new constructor
DiscListItem.new constructor
dark_mode
light_mode
DiscListItem
constructor
DiscListItem
(
String
text
, {
bool
indent
=
false
,
})
Make a list item markdown text.
Implementation
DiscListItem(this.text, {this.indent = false});
sreporter package
documentation
utils/utils
DiscListItem
DiscListItem.new constructor
DiscListItem class