dart: fix

This commit is contained in:
2025-08-15 22:52:13 +08:00
parent 44bf771f4c
commit 99104527d4
30 changed files with 57 additions and 56 deletions

View File

@@ -35,7 +35,7 @@ class _CountdownTimeTextState extends State<CountdownTimeText> {
super.dispose();
}
_onUpdateTime(_) {
void _onUpdateTime(_) {
final now = DateTime.now();
final dur = widget.targetTime.difference(now);
setState(() {