removed edit/save from entry page
parent
cf53061e3a
commit
72eb1c28be
|
@ -131,13 +131,13 @@ class _EntryPage extends State<EntryPage> {
|
|||
autoFocus: _isEditing,
|
||||
forceBlinkingCursor: _isEditing,
|
||||
)),
|
||||
TextButton(
|
||||
/*TextButton( //Todo: For Future Versions
|
||||
onPressed: _toggleEdit,
|
||||
child: Text(
|
||||
_isEditing ? "Save" : "Edit",
|
||||
style: TextStyle(fontSize: 18, color: textColor), // Use appropriate styling
|
||||
),
|
||||
),
|
||||
),*/
|
||||
const SizedBox(height: 400), // Space for floating bottom navigation bar
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue