CarpenterTextPromptDialog constructor
const
CarpenterTextPromptDialog({})
Implementation
const CarpenterTextPromptDialog({
super.key,
required this.title,
required this.label,
this.initialValue,
this.header,
this.placeholder,
this.maxLines = 1,
this.confirmLabel = 'Сохранить',
this.cancelLabel = 'Отмена',
this.constraints = const BoxConstraints(maxWidth: 560),
});