KhEasydevDialogV2 constructor
const
KhEasydevDialogV2({
- Key? key,
- String? title,
- String? description,
- bool shouldDisplayX = true,
- Color? backgroundColor,
- Color? primaryColor,
- Color? buttonsTextColor,
- double? buttonsTextSize,
- double? titleTextSize,
- double? descriptionTextSize,
- bool oneButton = false,
- bool noButtons = false,
- List<
Widget> ? buttons, - String? okButtonText,
- String? cancelButtonText,
- bool childBeforeTitle = false,
- Widget? child,
- double? height,
- double? width,
- VoidCallback? okButtonOnTap,
Implementation
const KhEasydevDialogV2(
{super.key,
this.title,
this.description,
this.shouldDisplayX = true,
this.backgroundColor,
this.primaryColor,
this.buttonsTextColor,
this.buttonsTextSize,
this.titleTextSize,
this.descriptionTextSize,
this.oneButton = false,
this.noButtons = false,
this.buttons,
this.okButtonText,
this.cancelButtonText,
this.childBeforeTitle = false,
this.child,
this.height,
this.width,
this.okButtonOnTap});