Skip to content

Commit

Permalink
Prepend space before pay buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
JlUgia committed Oct 10, 2024
1 parent 472e355 commit 91fa0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay/example/lib/advanced.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ class _PayAdvancedSampleAppState extends State<PayAdvancedSampleApp> {
fontSize: 15,
),
),
const SizedBox(height: 15),

// Google Pay button
FutureBuilder<bool>(
Expand Down Expand Up @@ -215,7 +216,6 @@ class _PayAdvancedSampleAppState extends State<PayAdvancedSampleApp> {
return const SizedBox.shrink();
},
),
const SizedBox(height: 15)
],
),
);
Expand Down

0 comments on commit 91fa0bb

Please sign in to comment.