Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirne committed Jul 1, 2024
1 parent eef30d4 commit f763c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/custom_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class ToastInnerPage extends StatelessWidget {
shrinkWrap: true,
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: 2),
children: [
children: const [
Center(
child: ToastWidget(
'测试消息',
Expand Down

0 comments on commit f763c46

Please sign in to comment.