Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirne committed Sep 17, 2023
1 parent 28578c6 commit aad3e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/lib/custom_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ class ToastInnerPage extends StatelessWidget {
title: Text(title),
),
body: SingleChildScrollView(
padding: const EdgeInsets.all(8),
child: Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: <Widget>[
const SizedBox(height: 8),
Wrap(
children: [
ElevatedButton(
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ class _MyHomePageState extends State<MyHomePage> {
],
),
body: SingleChildScrollView(
padding: const EdgeInsets.all(8),
child: Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: <Widget>[
const SizedBox(height: 8),
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Expand Down

0 comments on commit aad3e85

Please sign in to comment.