style: Adjust key verification dialog

This commit is contained in:
Christian Pauly 2023-02-22 15:21:38 +01:00
commit 55b46f2b85
3 changed files with 8 additions and 5 deletions

View file

@ -8,7 +8,7 @@ Future<T?> showAdaptiveBottomSheet<T>({
required BuildContext context,
required Widget Function(BuildContext) builder,
bool isDismissible = true,
bool isScrollControlled = true,
bool isScrollControlled = false,
}) =>
showModalBottomSheet(
context: context,