From 20e03259844c0fadea3e3f9690add0246025aeb8 Mon Sep 17 00:00:00 2001 From: Cagatay Ulusoy Date: Mon, 18 Mar 2024 06:37:50 +0200 Subject: [PATCH] remove default parameter value --- playground/lib/home/pages/sheet_page_with_text_field.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/playground/lib/home/pages/sheet_page_with_text_field.dart b/playground/lib/home/pages/sheet_page_with_text_field.dart index fed76c37..96224140 100644 --- a/playground/lib/home/pages/sheet_page_with_text_field.dart +++ b/playground/lib/home/pages/sheet_page_with_text_field.dart @@ -17,7 +17,6 @@ class SheetPageWithTextField { isButtonEnabledNotifier.value = textEditingController.text.isNotEmpty; }); return WoltModalSheetPage( - resizeToAvoidBottomInset: true, stickyActionBar: ValueListenableBuilder( valueListenable: isButtonEnabledNotifier, builder: (_, isEnabled, __) {