XTextFieldFullscreen constructor
const
XTextFieldFullscreen({
- String label = "",
- String hint = "",
- String initialValue = "",
- required dynamic onChange(
- String value
- TextInputType? type,
- double? fontSize,
- EdgeInsets? padding,
- bool readOnly = false,
- String? fontFamily,
- Key? key,
Implementation
const XTextFieldFullscreen({
this.label = "",
this.hint = "",
this.initialValue = "",
required this.onChange,
this.type,
this.fontSize,
this.padding,
this.readOnly = false,
this.fontFamily,
super.key,
});