Skip to content

Commit

Permalink
fix show correct height when widget showing in a dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skilling-Kiss committed Apr 29, 2024
1 parent 12dd289 commit e3cadc3
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 e3cadc3

Please sign in to comment.