Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stMerlHin committed Jul 11, 2023
1 parent 8b3c794 commit ef98be5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/src/layout/resizable_pane.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum ResizableSide {
/// {@endtemplate}
class ResizablePane extends StatefulWidget {
/// Creates a [ResizablePane] with an internal [MacosScrollbar].
/// {@macro resizablePane}
/// {@macro resizablePane}.
const ResizablePane({
super.key,
required ScrollableWidgetBuilder this.builder,
Expand All @@ -54,6 +54,9 @@ class ResizablePane extends StatefulWidget {
);

/// Create a [ResizablePane] without an internal [MacosScrollbar].
///
/// Very useful when dealing with widgets which does not expose their scroll
/// controller or when not using the platform scroll bar is preferred.
/// {@macro resizablePane}.
const ResizablePane.noScrollBar({
super.key,
Expand Down

0 comments on commit ef98be5

Please sign in to comment.