mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 10:38:41 +00:00
fix #371
This commit is contained in:
parent
36e309d58a
commit
13f62934b7
1 changed files with 2 additions and 2 deletions
|
|
@ -7,9 +7,9 @@ class BlinkWidget extends StatefulWidget {
|
||||||
required this.enabled,
|
required this.enabled,
|
||||||
super.key,
|
super.key,
|
||||||
this.blinkDuration = const Duration(milliseconds: 2500),
|
this.blinkDuration = const Duration(milliseconds: 2500),
|
||||||
this.interval = const Duration(milliseconds: 250),
|
this.interval = const Duration(milliseconds: 100),
|
||||||
this.visibleOpacity = 1.0,
|
this.visibleOpacity = 1.0,
|
||||||
this.hiddenOpacity = 0.4,
|
this.hiddenOpacity = 0.05,
|
||||||
});
|
});
|
||||||
final bool enabled;
|
final bool enabled;
|
||||||
final Widget child;
|
final Widget child;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue