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