Edit43V2 constructor

Edit43V2({
  1. String hint = "",
  2. required TextEditingController controller,
  3. TextInputType type = TextInputType.text,
  4. Widget? prefixIcon,
  5. Decoration? decor,
  6. dynamic onChangeText(
    1. String
    )?,
  7. String text = "",
  8. bool needDecoration = true,
})

Implementation

Edit43V2({this.hint = "", required this.controller, this.type = TextInputType.text,
  this.prefixIcon, this.decor,
  this.onChangeText, this.text = "", this.needDecoration = true});