TUIEmailField constructor
const
TUIEmailField({
- Key? key,
- TUIEmailFieldLabel label = TUIEmailFieldLabel.to,
- required List<
String> emails, - bool showSuffix = false,
- VoidCallback? onAdd,
- VoidCallback? onRemove,
- TextEditingController? controller,
Implementation
const TUIEmailField({
super.key,
this.label = TUIEmailFieldLabel.to,
required this.emails,
this.showSuffix = false,
this.onAdd,
this.onRemove,
this.controller,
});