menu
general_lib package
documentation
utils/utils.dart
GeneralLibUtils
parseMarkdownCode static method
parseMarkdownCode static method
dark_mode
light_mode
parseMarkdownCode
static method
String
parseMarkdownCode
(
String
text
)
Implementation
static String parseMarkdownCode(String text) { return "```${text}```"; }
general_lib package
documentation
utils/utils
GeneralLibUtils
parseMarkdownCode static method
GeneralLibUtils class