<!--- Please do not delete this issue template as it helps us organize and easily work on issues!! NOTE: Before posting, please make sure you have 1. Searched the README 2. Searched the Issues tab for similar bugs 3. Please provide the required information in the template - HTML code and Html widget configuration ---> ## **Describe the bug:** Upon upgrading [Flutter to 3.22](https://docs.flutter.dev/release/release-notes/release-notes-3.22.0), we're getting ``` flutter_html-3.0.0-alpha.6/lib/style.dart:253:51: Error: The getter 'headline1' isn't defined for the class 'TextTheme'. ``` as it has been deprecated for a long time and finally removed in this release. ## **Expected behavior:** No build errors. ## **Stacktrace/Logcat** ``` flutter_html-3.0.0-alpha.6/lib/style.dart:253:51: Error: The getter 'headline1' isn't defined for the class 'TextTheme'. ``` <img width="535" alt="Screenshot 2024-05-14 at 6 33 18" src="https://github.com/Sub6Resources/flutter_html/assets/35694712/18620e86-6208-4c0d-9765-8f77124d5b68"> ## **A picture of a cute animal (not mandatory but encouraged)** <img width="620" alt="Screenshot 2024-05-14 at 6 33 51" src="https://github.com/Sub6Resources/flutter_html/assets/35694712/4158c384-64b7-4334-8b52-4ac8c9d9476f">