menu
sreporter package
documentation
utils/utils.dart
TeleCode
TeleCode.new constructor
TeleCode.new constructor
dark_mode
light_mode
TeleCode
constructor
TeleCode
(
String
text
, {
String
lang
=
''
,
})
Make a code markdown text.
Implementation
TeleCode(this.text, {this.lang = ''});
sreporter package
documentation
utils/utils
TeleCode
TeleCode.new constructor
TeleCode class