TextInputPlaceholder constructor

TextInputPlaceholder({
  1. required String text,
})

Implementation

TextInputPlaceholder({
  required this.text,
});