BoxInputUserInfo constructor

BoxInputUserInfo(
  1. dynamic label,
  2. dynamic hint,
  3. ValueChanged<String> onChange, {
  4. String initText = '',
  5. double paddignL = 0.0,
  6. dynamic hasLabel = true,
  7. bool hasDivider = true,
  8. dynamic onTap,
  9. dynamic icon,
  10. dynamic rightIcon,
  11. double iconWidth = 0.0,
  12. bool isPhone = false,
  13. bool isSecure = false,
})

Implementation

BoxInputUserInfo(this.label, this.hint, this.onChange,
    {this.initText = '',
    this.paddignL = 0.0,
    this.hasLabel = true,
    this.hasDivider = true,
    this.onTap,
    this.icon,
    this.rightIcon,
    this.iconWidth = 0.0,
    this.isPhone = false,
    this.isSecure = false});