mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-01 12:23:44 +08:00
@ -115,6 +115,7 @@ class _FolderListViewState extends State<FolderListView> {
|
|||||||
key: _listKey,
|
key: _listKey,
|
||||||
itemBuilder: _buildItem,
|
itemBuilder: _buildItem,
|
||||||
initialItemCount: widget.folder.notes.length,
|
initialItemCount: widget.folder.notes.length,
|
||||||
|
padding: const EdgeInsets.fromLTRB(0, 0, 0, 48),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user