PhoenixDialog constructor
const
PhoenixDialog({
- Key? key,
- bool showIcon = false,
- Image? iconImage,
- String? titleText,
- String? messageText,
- Widget? titleWidget,
- Widget? contentWidget,
- String? warningText,
- Widget? warningWidget,
- List<
Widget> ? actionsWidget, - Divider divider = cDividerLine,
- VerticalDivider verticalDivider = cVerticalDivider,
- List<
String> ? actionsText, - DialogIndexedActionClickCallback? indexedActionCallback,
- DialogConfig? themeData,
- int titleMaxLines = cTitleMaxLines,
Implementation
const PhoenixDialog({
Key? key,
this.showIcon = false,
this.iconImage,
this.titleText,
this.messageText,
this.titleWidget,
this.contentWidget,
this.warningText,
this.warningWidget,
this.actionsWidget,
this.divider = cDividerLine,
this.verticalDivider = cVerticalDivider,
this.actionsText,
this.indexedActionCallback,
this.themeData,
this.titleMaxLines = cTitleMaxLines,
}) : super(key: key);