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