changed default bar height
This commit is contained in:
parent
1f5c1ceaa7
commit
d4f709ac7f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class DiaryWidget extends StatelessWidget {
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
expandedHeight: 128,
|
expandedHeight: 250,
|
||||||
backgroundColor: Theme.of(context).colorScheme.secondary,
|
backgroundColor: Theme.of(context).colorScheme.secondary,
|
||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
|
|
Loading…
Reference in a new issue