Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ You can control the Snapping Sheet using the `SnappingSheetController`
SnappingSheet(

// Connect it to the SnappingSheet
controller: SnappingSheetController();
controller: snappingSheetController;

sheetAbove: SnappingSheetContent(
draggable: false,
Expand Down Expand Up @@ -219,4 +219,4 @@ There also exist a horizontal mode for the snapping sheet. To use it, see the co
),
),
```
A more complex example of a horizontal SnappingSheet can be found [here](https://github.com/AdamJonsson/snapping_sheet/blob/main/example/lib/pages/horizontal_example.dart).
A more complex example of a horizontal SnappingSheet can be found [here](https://github.com/AdamJonsson/snapping_sheet/blob/main/example/lib/pages/horizontal_example.dart).