fixed missing animation on error bar
This commit is contained in:
parent
04e8ce9c0a
commit
3802e4a5b9
@ -23,6 +23,7 @@ class ErrorBar extends StatelessWidget {
|
||||
child: child,
|
||||
),
|
||||
child: Visibility(
|
||||
key: Key(visible.hashCode.toString()),
|
||||
visible: visible,
|
||||
child: Builder(
|
||||
builder: (context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user