ml wait initial load

This commit is contained in:
Fabian Freund
2025-07-22 00:24:30 +02:00
parent 544a9d3e88
commit 647727e093
5 changed files with 35 additions and 15 deletions
@@ -42,6 +42,8 @@ class TabState extends WebPageInfo {
final bool isFullScreen;
final bool isLoading;
bool get isFinishedLoading => !isLoading && progress == 100;
final SecurityState securityInfoState;
final HistoryState historyState;
final ReaderableState readerableState;