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