TextInput constructor
TextInput(})
Implementation
TextInput(
this.customId, {
required this.style,
this.minLength,
this.maxLength,
this.isRequired,
this.value,
this.placeholder,
});
TextInput(
this.customId, {
required this.style,
this.minLength,
this.maxLength,
this.isRequired,
this.value,
this.placeholder,
});