VariableDialog<T> constructor
VariableDialog<T> ({})
Implementation
VariableDialog({
Key? key,
required this.actionLabel,
required this.canvasDialog,
required this.validator,
this.configBlockModel,
this.enableRemove = false,
this.defaultValue = '',
}) : super(key: key);