EduTextfield constructor

const EduTextfield({
  1. double width = 250,
  2. double height = 34,
  3. String hintText = "",
  4. Key? key,
})

Implementation

const EduTextfield({
  this.width = 250,
  this.height = 34,
  this.hintText = "",
  super.key,
});