XTextField constructor
const
XTextField({})
Implementation
const XTextField({
this.label = "",
this.hint = "",
this.initialValue = "",
required this.onChange,
this.type,
this.fontSize,
this.padding,
this.readOnly = false,
this.autoFocus = false,
this.fontFamily,
super.key,
});