note popup padding reduction
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user