diff --git a/example/lib/pages/testing_home_page.dart b/example/lib/pages/testing_home_page.dart index 03dc4bba..9e9f20e4 100644 --- a/example/lib/pages/testing_home_page.dart +++ b/example/lib/pages/testing_home_page.dart @@ -6,8 +6,6 @@ class TestingHomePage extends StatelessWidget { @override Widget build(BuildContext context) { - return const Scaffold( - appBar: QuillToolbar(), - ); + return const Scaffold(); } }