parent
1421913738
commit
1edc059d2b
2 changed files with 13 additions and 3 deletions
@ -0,0 +1,13 @@ |
||||
import 'package:flutter/material.dart'; |
||||
import 'package:flutter_quill/flutter_quill.dart'; |
||||
|
||||
class TestingHomePage extends StatelessWidget { |
||||
const TestingHomePage({super.key}); |
||||
|
||||
@override |
||||
Widget build(BuildContext context) { |
||||
return const Scaffold( |
||||
appBar: QuillToolbar(), |
||||
); |
||||
} |
||||
} |
Loading…
Reference in new issue