Skip to content

Commit 2659a0c

Browse files
committed
one-more
1 parent ae68faa commit 2659a0c

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

packages/devtools_app/test/framework/scaffold/scaffold_debugging_controls_test.dart

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,8 @@ void main() {
8989
}
9090

9191
class _TestScreen extends Screen {
92-
const _TestScreen(
93-
this.name,
94-
this.key, {
95-
super.showFloatingDebuggerControls = true,
96-
super.tabKey,
97-
}) : super(name, title: name, icon: Icons.computer);
92+
const _TestScreen(this.name, this.key, {super.tabKey})
93+
: super(name, title: name, icon: Icons.computer);
9894

9995
final String name;
10096
final Key key;

0 commit comments

Comments
 (0)