note popup padding reduction

This commit is contained in:
2024-07-30 11:05:20 +02:00
parent 4b270ca00b
commit 39e8c6df2d

View File

@@ -30,7 +30,7 @@ class _BuildNotesListState extends State<BuildNotesList> {
child: Stack(
children: [
Container(
padding: const EdgeInsets.all(10.0),
padding: const EdgeInsets.all(15.0),
width: 700.0,
//height: 475.0,
decoration: BoxDecoration(
@@ -64,7 +64,7 @@ class _BuildNotesListState extends State<BuildNotesList> {
required: false,
),
),
const SizedBox(height: 25.0),
//const SizedBox(height: 25.0),
// SizedBox(
// width: 300,
// height: 100,