more modal tests
This commit is contained in:
parent
5418df243d
commit
60695c5907
1 changed files with 3 additions and 3 deletions
|
|
@ -149,10 +149,10 @@ class SubscriptionController extends BaseController {
|
|||
await showModalBottomSheet(
|
||||
// isScrollControlled: true,
|
||||
// useRootNavigator: !PlatformInfos.isMobile,
|
||||
// clipBehavior: Clip.hardEdge,
|
||||
clipBehavior: Clip.hardEdge,
|
||||
context: context,
|
||||
// constraints: BoxConstraints(
|
||||
// maxHeight: PlatformInfos.isMobile ? 600 : 480,
|
||||
// constraints: const BoxConstraints(
|
||||
// maxHeight: 600,
|
||||
// ),
|
||||
builder: (_) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue