From dc0ea37c8737fb6b36740ea7a7c9d911e24612da Mon Sep 17 00:00:00 2001 From: suu3 Date: Thu, 4 Jul 2024 07:02:43 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/screens/home.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/screens/home.dart b/lib/screens/home.dart index 9ed13f3..dab4461 100644 --- a/lib/screens/home.dart +++ b/lib/screens/home.dart @@ -77,8 +77,8 @@ class _MyHomeState extends ConsumerState { child: Center( child: ToggleButtons( constraints: const BoxConstraints( - minHeight: 40.0, // 여기서 버튼의 최소 높이를 설정합니다. - minWidth: 80.0, // 버튼의 최소 너비를 설정할 수도 있습니다. + minHeight: 40.0, + minWidth: 80.0, ), isSelected: filters .map((filter) => filter.index == _selectedFilterIndex)