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: child,
|
||||||
),
|
),
|
||||||
child: Visibility(
|
child: Visibility(
|
||||||
|
key: Key(visible.hashCode.toString()),
|
||||||
visible: visible,
|
visible: visible,
|
||||||
child: Builder(
|
child: Builder(
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user