fixed missing animation on error bar

This commit is contained in:
Elias Müller 2024-04-24 18:45:10 +02:00
parent 04e8ce9c0a
commit 3802e4a5b9

View File

@ -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) {