diff --git a/lib/src/views/components/blink.component.dart b/lib/src/views/components/blink.component.dart index 3a9c094..718cfb4 100644 --- a/lib/src/views/components/blink.component.dart +++ b/lib/src/views/components/blink.component.dart @@ -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;