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