From 90f3ae75a30532e5f40820bb940ad0c17815fa87 Mon Sep 17 00:00:00 2001 From: Moe Date: Thu, 26 May 2022 14:29:56 +0700 Subject: [PATCH] Replace container with SizedBox --- lib/components/about_us_body.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/about_us_body.dart b/lib/components/about_us_body.dart index 941323b..8468c9a 100644 --- a/lib/components/about_us_body.dart +++ b/lib/components/about_us_body.dart @@ -40,7 +40,7 @@ class _AboutUsBodyState extends State { Center( child: ClipRRect( borderRadius: BorderRadius.circular(10), - child: Container( + child: SizedBox( height: MediaQuery.of(context).size.height / 3.85, child: Flexible( child: Column(