Skip to content

Commit

Permalink
Fixed AlertDialog Height of example in image_picker (#4800)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnujPandey007 committed Aug 29, 2023
1 parent d7d3150 commit 961d161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/image_picker/image_picker/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ class _MyHomePageState extends State<MyHomePage> {
return AlertDialog(
title: const Text('Add optional parameters'),
content: Column(
mainAxisSize: MainAxisSize.min,
children: <Widget>[
TextField(
controller: maxWidthController,
Expand Down

0 comments on commit 961d161

Please sign in to comment.