| Index: samples/swarm/swarm_ui_lib/view/view.dart
|
| diff --git a/samples/swarm/swarm_ui_lib/view/view.dart b/samples/swarm/swarm_ui_lib/view/view.dart
|
| index 6b5ec39fcb112fff5f0b920526c192b9ec3e4fea..ac2f1c1f1eacf7111c7cf128952344398d5c8309 100644
|
| --- a/samples/swarm/swarm_ui_lib/view/view.dart
|
| +++ b/samples/swarm/swarm_ui_lib/view/view.dart
|
| @@ -70,7 +70,7 @@ class View implements Positionable {
|
| * and initialized when their parent view is without the parent having to
|
| * manually handle that traversal.
|
| */
|
| - Collection<View> get childViews {
|
| + Iterable<View> get childViews {
|
| return const [];
|
| }
|
|
|
|
|