mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
NoteViewer: Put empty space at the end
This way the Floating Action Button is not covering up the text.
This commit is contained in:
@ -73,6 +73,7 @@ class NoteViewer extends StatelessWidget {
|
||||
children: <Widget>[
|
||||
NoteHeader(note),
|
||||
Text(note.body, style: _biggerFont),
|
||||
SizedBox(height: 64.0),
|
||||
// _buildFooter(context),
|
||||
],
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
|
Reference in New Issue
Block a user