mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-03 05:59:37 +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>[
|
children: <Widget>[
|
||||||
NoteHeader(note),
|
NoteHeader(note),
|
||||||
Text(note.body, style: _biggerFont),
|
Text(note.body, style: _biggerFont),
|
||||||
|
SizedBox(height: 64.0),
|
||||||
// _buildFooter(context),
|
// _buildFooter(context),
|
||||||
],
|
],
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
Reference in New Issue
Block a user