DSI_TEXT_BOX constructor

DSI_TEXT_BOX({
  1. Key? key,
  2. dynamic label,
  3. dynamic border,
  4. required dynamic controller,
  5. dynamic borderradius,
  6. dynamic prefix,
  7. dynamic suffix,
  8. dynamic height,
  9. dynamic width,
  10. dynamic textAlign,
  11. dynamic textAlignVertical,
  12. dynamic isNumber,
  13. dynamic isPassword,
})

Implementation

DSI_TEXT_BOX(
    {super.key,
    this.label,
    this.border,
    required this.controller,
    this.borderradius,
    this.prefix,
    this.suffix,
    this.height,
    this.width,
    this.textAlign,
    this.textAlignVertical,
    this.isNumber,
    this.isPassword});