Source
InputContainer({
Key key,
this.focused: false,
this.isEmpty: false,
this.icon,
this.labelText,
this.hintText,
this.errorText,
this.style,
this.isDense: false,
this.hideDivider: false,
this.child,
}) : super(key: key);
InputContainer({
Key key,
this.focused: false,
this.isEmpty: false,
this.icon,
this.labelText,
this.hintText,
this.errorText,
this.style,
this.isDense: false,
this.hideDivider: false,
this.child,
}) : super(key: key);