Skip to content

Commit

Permalink
Add missing inherited parameter from SingleChildSheet to the construc…
Browse files Browse the repository at this point in the history
…tor of sub classes
  • Loading branch information
fujidaiti committed Jan 15, 2024
1 parent 78b6f64 commit 02d3f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/lib/src/draggable/draggable_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class DraggableSheet extends SingleChildSheet {
const DraggableSheet({
super.key,
this.hitTestBehavior = HitTestBehavior.translucent,
super.resizeToAvoidBottomInset,
super.initialExtent,
super.minExtent,
super.maxExtent,
Expand Down
1 change: 1 addition & 0 deletions package/lib/src/scrollable/scrollable_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import 'package:smooth_sheets/src/scrollable/scrollable_sheet_extent.dart';
class ScrollableSheet extends SingleChildSheet {
const ScrollableSheet({
super.key,
super.resizeToAvoidBottomInset,
super.initialExtent,
super.minExtent,
super.maxExtent,
Expand Down

0 comments on commit 02d3f2e

Please sign in to comment.