Update lib/src/selection_dialog.dart
Co-authored-by: Chandra Abdul Fattah <chandrashibezzo@gmail.com>
This commit is contained in:
@@ -22,8 +22,8 @@ class SelectionDialog extends StatefulWidget {
|
|||||||
final bool hideCloseIcon;
|
final bool hideCloseIcon;
|
||||||
final bool hideHeaderText;
|
final bool hideHeaderText;
|
||||||
final Icon? closeIcon;
|
final Icon? closeIcon;
|
||||||
final EdgeInsets topBarPadding;
|
final EdgeInsets? topBarPadding;
|
||||||
final MainAxisAlignment headerAlignment;
|
final MainAxisAlignment? headerAlignment;
|
||||||
|
|
||||||
/// Background color of SelectionDialog
|
/// Background color of SelectionDialog
|
||||||
final Color? backgroundColor;
|
final Color? backgroundColor;
|
||||||
|
|||||||
Reference in New Issue
Block a user