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