TextInputPlaceholder constructor
TextInputPlaceholder({
- required String text,
Implementation
TextInputPlaceholder({
required this.text,
});
TextInputPlaceholder({
required this.text,
});