ConfirmDialogCustom constructor
const
ConfirmDialogCustom(
- String alertMsg, {
- String hintText = '',
- String message = '',
- String initContent = '',
- String? title,
- String? lblOK,
- EdgeInsets? padding,
- Alignment alignMessage = Alignment.centerLeft,
- TextAlign alignMessageText = TextAlign.left,
- Color colorMessage = const Color(0xFF1F1F1F),
- TextInputType inputType = TextInputType.text,
- TextInputAction action = TextInputAction.done,
- int? maxLength,
- int? line,
- bool hasSubOK = false,
- bool showMsg = true,
- List<
TextInputFormatter> ? inputFormatters, - Widget? suffix,
- bool isCheckEmpty = true,
- Key? key,
Implementation
const ConfirmDialogCustom(this.alertMsg,
{this.hintText = '',
this.message = '',
this.initContent = '',
this.title,
this.lblOK, this.padding,
this.alignMessage = Alignment.centerLeft,
this.alignMessageText = TextAlign.left,
this.colorMessage = const Color(0xFF1F1F1F),
this.inputType = TextInputType.text,
this.action = TextInputAction.done,
this.maxLength, this.line,
this.hasSubOK = false, this.showMsg = true,
this.inputFormatters, this.suffix,
this.isCheckEmpty = true, Key? key}):super(key:key);