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