mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
Merge PR #1632
This commit is contained in:
commit
eef704e49f
@ -32,7 +32,7 @@ Future<T?> showBlurDialog<T>({
|
|||||||
required BuildContext context,
|
required BuildContext context,
|
||||||
required Widget Function(BuildContext) builder,
|
required Widget Function(BuildContext) builder,
|
||||||
RouteSettings? routeSettings,
|
RouteSettings? routeSettings,
|
||||||
Color barrierColor = const Color(0x00cccccc),
|
Color barrierColor = const Color(0x33000000),
|
||||||
}) async =>
|
}) async =>
|
||||||
await showGeneralDialog<T>(
|
await showGeneralDialog<T>(
|
||||||
context: context,
|
context: context,
|
||||||
|
Loading…
Reference in New Issue
Block a user