Skip to content

Commit 482c92d

Browse files
committed
Fix unused_element.
1 parent a81f78a commit 482c92d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/flutter_datetime_picker.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,13 +536,11 @@ class _BottomPickerLayout extends SingleChildLayoutDelegate {
536536
_BottomPickerLayout(
537537
this.progress,
538538
this.theme, {
539-
this.itemCount,
540539
this.showTitleActions,
541540
this.bottomPadding = 0,
542541
});
543542

544543
final double progress;
545-
final int? itemCount;
546544
final bool? showTitleActions;
547545
final datetime_picker_theme.DatePickerTheme theme;
548546
final double bottomPadding;

0 commit comments

Comments
 (0)