ShowMultyTextFieldModal constructor
ShowMultyTextFieldModal({})
Implementation
ShowMultyTextFieldModal({
Key? key,
this.value,
required this.title,
this.validator,
this.clearCallBack,
required this.selectCallBack,
}) : super(key: key);