diff --git a/core/lib/presentation/utils/html_transformer/html_template.dart b/core/lib/presentation/utils/html_transformer/html_template.dart
index 8a26b0db1..7e383249a 100644
--- a/core/lib/presentation/utils/html_transformer/html_template.dart
+++ b/core/lib/presentation/utils/html_transformer/html_template.dart
@@ -26,9 +26,7 @@ String generateHtml(String content, {
double? minWidth,
String? styleCSS,
String? javaScripts,
- bool? hideScrollBar,
- String? resize,
- String? cursor,
+ bool? hideScrollBar
}) {
return '''
@@ -38,8 +36,6 @@ String generateHtml(String content, {