From 3b1f99648e13eb3e8be52fce3065eef50eea34e8 Mon Sep 17 00:00:00 2001 From: heyhoe <38322494+h3y6e@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:12:29 +0900 Subject: [PATCH] use TwoPanePriority.start --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f912fcb..38fd0e2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Widget build(BuildContext context) { startPane: _widgetA(), endPane: _widgetB(), paneProportion: 0.3, - panePriority: MediaQuery.of(context).size.width > 500 ? TwoPanePriority.both :TwoPanePriority.pane1, + panePriority: MediaQuery.of(context).size.width > 500 ? TwoPanePriority.both : TwoPanePriority.first, ); } ``` @@ -128,4 +128,4 @@ Any use of third-party trademarks or logos are subject to those third-party's po - \ No newline at end of file +