From d393ade426d1a2fb7030310e709aadec30396dd9 Mon Sep 17 00:00:00 2001 From: Lex Lim Date: Tue, 31 Jan 2023 20:41:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9ResponsivePair=E7=9A=84?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/components/responsive_pair.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/responsive_pair.dart b/lib/components/responsive_pair.dart index dc32993..aa36667 100644 --- a/lib/components/responsive_pair.dart +++ b/lib/components/responsive_pair.dart @@ -107,6 +107,7 @@ class _ResponsivePairState extends State { return AnimatedSize( duration: const Duration(milliseconds: 150), curve: Curves.linear, + alignment: Alignment.topCenter, child: inner, ); }