Skip to content

Commit

Permalink
Merge pull request #83 from Skilling-Kiss/master
Browse files Browse the repository at this point in the history
fix show correct height when widget showing in a dialog.
  • Loading branch information
rydmike committed May 14, 2024
2 parents 55db4bd + e3cadc3 commit e180269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/color_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1781,6 +1781,7 @@ class _ColorPickerState extends State<ColorPicker> {
child: Padding(
padding: widget.padding,
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: widget.crossAxisAlignment,
children: <Widget>[
// Show title bar widget if we have one.
Expand Down

0 comments on commit e180269

Please sign in to comment.