Skip to content

Commit

Permalink
remove default parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
ulusoyca committed Mar 18, 2024
1 parent 0c7e17a commit 20e0325
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/lib/home/pages/sheet_page_with_text_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class SheetPageWithTextField {
isButtonEnabledNotifier.value = textEditingController.text.isNotEmpty;
});
return WoltModalSheetPage(
resizeToAvoidBottomInset: true,
stickyActionBar: ValueListenableBuilder<bool>(
valueListenable: isButtonEnabledNotifier,
builder: (_, isEnabled, __) {
Expand Down

0 comments on commit 20e0325

Please sign in to comment.