PopupWidgetInputModel constructor
PopupWidgetInputModel({
- required String title,
- String? hint,
- required TextEditingController controller,
- TextInputType keyboardType = TextInputType.text,
- bool enable = true,
- bool isObsecure = false,
Implementation
PopupWidgetInputModel({
required this.title,
this.hint,
required this.controller,
this.keyboardType = TextInputType.text,
this.enable = true,
this.isObsecure = false,
});