menu
library_helper package
documentation
constant/onHtml.dart
cleanHtml function
cleanHtml function
dark_mode
light_mode
cleanHtml
function
String
cleanHtml
(
String
html
)
Implementation
String cleanHtml(String html) { return html.replaceAll(RegExp(r'font-size\s*:\s*[^;"]+;?'), ''); }
library_helper package
documentation
constant/onHtml
cleanHtml function
onHtml library