From ef98be59a74dca0475223c2ab5fdd8bc7636cafe Mon Sep 17 00:00:00 2001 From: stMerlHin Date: Tue, 11 Jul 2023 14:03:13 +0000 Subject: [PATCH] update docs --- lib/src/layout/resizable_pane.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/src/layout/resizable_pane.dart b/lib/src/layout/resizable_pane.dart index 8e41f8e3..7ff04647 100644 --- a/lib/src/layout/resizable_pane.dart +++ b/lib/src/layout/resizable_pane.dart @@ -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, @@ -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,