From 818b22253c831143c04f9888bd8e20d9c1511fdd Mon Sep 17 00:00:00 2001 From: commitimpush Date: Tue, 15 Nov 2022 11:00:34 +0100 Subject: [PATCH] size updates --- lib/src/date_time_picker.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/date_time_picker.dart b/lib/src/date_time_picker.dart index 1f3657d..60854db 100644 --- a/lib/src/date_time_picker.dart +++ b/lib/src/date_time_picker.dart @@ -220,9 +220,9 @@ class _DateTimePickerState extends State { child: DraggableScrollableSheet( controller: _dragController, snap: true, - minChildSize: 0.2, - initialChildSize: 0.2, - maxChildSize: 0.6, + minChildSize: 0.25, + initialChildSize: 0.25, + maxChildSize: 0.7, builder: (context, scrollController) { double dragSize = _dragController.isAttached ? _dragController.size : 0;