mirror of
https://github.com/dancojocaru2000/logic-circuits-simulator.git
synced 2025-02-21 16:49:36 +02:00
Add padding at bottom of edit component page
Previously, the save floating action button was overlapping truth table. Now, the screen can be scrolled such that the button will no longer overlap due to the new empty space.
This commit is contained in:
parent
aea18c3262
commit
ba6cc9489c
1 changed files with 3 additions and 0 deletions
|
@ -373,6 +373,9 @@ class EditComponentPage extends HookWidget {
|
|||
),
|
||||
)
|
||||
],
|
||||
const SliverPadding(
|
||||
padding: EdgeInsets.only(bottom: 56 + 16 + 16),
|
||||
),
|
||||
],
|
||||
),
|
||||
floatingActionButton: !dirty ? null : FloatingActionButton(
|
||||
|
|
Loading…
Add table
Reference in a new issue