Skip to content

Commit

Permalink
Update linked_scroll_controller_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Feb 4, 2022
1 parent ff10512 commit 74c3f0e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/devtools_app/test/linked_scroll_controller_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import 'package:devtools_app/src/primitives/flutter_widgets/linked_scroll_controller.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:pedantic/pedantic.dart';

// This file was originally forked from package:flutter_widgets. Note that the
// source may diverge over time.
Expand Down Expand Up @@ -306,14 +305,6 @@ class TestEmptyGroup extends StatefulWidget {
}

class TestEmptyGroupState extends State<TestEmptyGroup> {
LinkedScrollControllerGroup _controllers;

@override
void initState() {
super.initState();
_controllers = LinkedScrollControllerGroup();
}

@override
Widget build(BuildContext context) {
return const SizedBox();
Expand Down

0 comments on commit 74c3f0e

Please sign in to comment.