BoxInput constructor
BoxInput(
- String label,
- dynamic hint,
- ValueChanged<
String> onChange, { - String initText = '',
- double paddignL = 0.0,
- dynamic hasLabel = true,
- dynamic onTap,
- dynamic icon,
- dynamic rightIcon,
- double iconWidth = 0.0,
- bool isPhone = false,
- bool isSecure = false,
- bool hasDivider = true,
- double? height,
- double labelFontSize = 14.0,
- bool isNumber = false,
- double rightIconWidth = 0.0,
Implementation
BoxInput(this.label, this.hint, this.onChange,
{this.initText = '',
this.paddignL = 0.0,
this.hasLabel = true,
this.onTap,
this.icon,
this.rightIcon,
this.iconWidth = 0.0,
this.isPhone = false,
this.isSecure = false,
this.hasDivider = true,
this.height,
this.labelFontSize = 14.0,
this.isNumber = false,
this.rightIconWidth = 0.0});