LogoutDialog constructor
const
LogoutDialog({
- Key? key,
- Color? backgroundColor,
- VoidCallback? onLogout,
- Color? titleColor,
- Color? contentColor,
- Color? cancelColor,
- Color? confirmColor,
- String? title,
- String? content,
- String? cancelText,
- String? confirmText,
- dynamic titleFontSize,
- dynamic contentFontSize,
- dynamic cancelFontSize,
- dynamic confirmFontSize,
Implementation
const LogoutDialog({
super.key,
this.backgroundColor,
this.onLogout,
this.titleColor,
this.contentColor,
this.cancelColor,
this.confirmColor,
this.title,
this.content,
this.cancelText,
this.confirmText,
this.titleFontSize,
this.contentFontSize,
this.cancelFontSize,
this.confirmFontSize,
});