feat: update default height and adjust height clamping in DashbotWindowNotifier

This commit is contained in:
Udhay-Adithya
2025-09-24 21:21:02 +05:30
parent 567a235011
commit e2d7e6d3e1
3 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ class _DashbotHomePageState extends ConsumerState<DashbotHomePage> {
return Container(
padding: const EdgeInsets.all(16),
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
kVSpacer16,
DashbotIcons.getDashbotIcon1(width: 60),
@@ -165,6 +166,7 @@ class _DashbotHomePageState extends ConsumerState<DashbotHomePage> {
),
],
),
kVSpacer20,
],
),
);