Skip to content

Commit caccb62

Browse files
committed
Update dependencies and fix padding, also get rid of test cases
1 parent 07fb17a commit caccb62

File tree

5 files changed

+222
-277
lines changed

5 files changed

+222
-277
lines changed

lib/home.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ class _NotepadHomePageState extends State<NotepadHomePage> {
163163
children: [
164164
Expanded(
165165
child: Padding(
166-
padding: const EdgeInsets.symmetric(horizontal: 25.0),
166+
padding:
167+
const EdgeInsets.symmetric(horizontal: 25.0, vertical: 15.0),
167168
child: QuillEditor.basic(
168169
configurations: QuillEditorConfigurations(
169170
controller: _noteController,

0 commit comments

Comments
 (0)