Skip to content

Commit

Permalink
addressing review (apache#25255)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhan.nausharipov committed Feb 10, 2023
1 parent 440d0b0 commit 12882fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class ConfirmDialog extends StatelessWidget {
static Future<bool> show({
required BuildContext context,
required String title,
required String? subtitle,
required String confirmButtonText,
String? subtitle,
}) async {
return await showDialog(
context: context,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import '../../../playground_components.dart';

/// Groups common overlays.
class BeamOverlays {
/// Shows an overlay until future completes.
/// Shows an overlay with [CircularProgressIndicator]
/// until [future] completes.
static Future<void> showProgressOverlay(
BuildContext context,
Future future,
Expand Down

0 comments on commit 12882fb

Please sign in to comment.