refactor: move generate buttons to dashbot

This commit is contained in:
Udhay-Adithya
2025-09-03 10:59:03 +05:30
parent c8e7c6b4e6
commit 0490163584
2 changed files with 48 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ class DashbotWindowNotifier extends StateNotifier<DashbotWindowModel> {
final newWidth =
(state.width - dx).clamp(300, screenSize.width - state.right);
final newHeight =
(state.height - dy).clamp(350, screenSize.height - state.bottom);
(state.height - dy).clamp(460, screenSize.height - state.bottom);
state = state.copyWith(
width: newWidth.toDouble(),