chore: Follow up bottomsheets

This commit is contained in:
Krille 2024-12-15 11:48:23 +01:00
commit 24b4e8157c
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 5 additions and 51 deletions

View file

@ -27,7 +27,6 @@ class BootstrapDialog extends StatefulWidget {
Future<bool?> show(BuildContext context) => showAdaptiveBottomSheet(
context: context,
builder: (context) => this,
maxHeight: 600,
);
@override