comic source page

This commit is contained in:
nyne
2024-09-30 17:06:58 +08:00
parent a8782b5ce0
commit fdb3901fd1
20 changed files with 695 additions and 27 deletions

View File

@@ -67,6 +67,16 @@ class _App {
_ => Colors.blue,
};
}
Function? _forceRebuildHandler;
void registerForceRebuild(Function handler) {
_forceRebuildHandler = handler;
}
void forceRebuild() {
_forceRebuildHandler?.call();
}
}
// ignore: non_constant_identifier_names