This commit is contained in:
otsmr 2026-01-14 22:33:58 +01:00
parent 36e309d58a
commit 13f62934b7

View file

@ -7,9 +7,9 @@ class BlinkWidget extends StatefulWidget {
required this.enabled,
super.key,
this.blinkDuration = const Duration(milliseconds: 2500),
this.interval = const Duration(milliseconds: 250),
this.interval = const Duration(milliseconds: 100),
this.visibleOpacity = 1.0,
this.hiddenOpacity = 0.4,
this.hiddenOpacity = 0.05,
});
final bool enabled;
final Widget child;