Skip to content

Commit

Permalink
fixup! Fix bottom buttons overflow when button content is too long
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Mar 12, 2024
1 parent c50e76a commit 9194098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/multiple_view_date_range_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class MultipleViewDateRangePicker extends StatefulWidget {

class _MultipleViewDateRangePickerState extends State<MultipleViewDateRangePicker> {
final String dateTimePattern = 'dd/MM/yyyy';
final _desktopDateRangePickerWidth = 650.0;
final _tabletDateRangePickerBottomPadding = 16.0;
static const _desktopDateRangePickerWidth = 650.0;
static const _tabletDateRangePickerBottomPadding = 16.0;
final _startAndEndDateInputTabletKey = GlobalKey();
final _bottomViewTabletConfirmationButtonsKey = GlobalKey();
bool _bottomViewTabletConfirmationButtonsOverflow = false;
Expand Down

0 comments on commit 9194098

Please sign in to comment.