Skip to content

Commit

Permalink
Update lib/src/layout/sidebar.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip authored and jmatth committed Mar 7, 2022
1 parent e9778e8 commit 9afb227
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/layout/sidebar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ class Sidebar {

/// If true, the sidebar will close when dragged below [minWidth]. Use
/// [dragClosedBuffer] configure how far below [minWidth] it needs to be
/// dragged to trigger this behavior. Defaults to true.
/// dragged to trigger this behavior.
///
/// Defaults to `true`.
final bool dragClosed;

/// If [dragClosed] is true, the sidebar will be hidden when dragged this far
Expand Down

0 comments on commit 9afb227

Please sign in to comment.