simple_text_field constructor

const simple_text_field({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. Color? color1,
  5. Color? color2,
  6. String? lable,
  7. String? hint,
  8. double? size,
  9. dynamic padding,
})

Implementation

const simple_text_field({Key ? key, this.width, this.height,this.color1,this.color2,this.lable,this.hint,this.size,this.padding}) : super(key: key);