BoxField constructor
BoxField({
- Key? key,
- String? hint,
- ValueChanged<
String> ? onChange, - double? paddignL,
- bool isPhone = false,
- bool isSecure = false,
- String? initText,
- num fontSize = 14.0,
- double? w,
- TextAlign align = TextAlign.start,
- Decoration? decoration,
- double? h,
- int maxLines = 1,
- bool isCenter = true,
- Color hintColor = UIData.textGN,
- ValueChanged<
String> ? onComplete, - int? maxLen,
- bool isNumber = false,
- TextInputType? inputType,
- List<
TextInputFormatter> inputFormatters = const [], - TextEditingController? controller,
- Color textColor = UIData.black,
- bool isUnsignedInteger = false,
- TextInputAction? imeAction,
- bool hasNext = false,
Implementation
BoxField(
{Key? key,
this.hint,
this.onChange,
this.paddignL,
this.isPhone = false,
this.isSecure = false,
this.initText,
this.fontSize = 14.0,
this.w,
this.align = TextAlign.start,
this.decoration,
this.h,
this.maxLines = 1,
this.isCenter = true,
this.hintColor = UIData.textGN,
this.onComplete,
this.maxLen,
this.isNumber = false,
this.inputType,
this.inputFormatters = const [],
this.controller,
this.textColor = UIData.black,
this.isUnsignedInteger = false,
this.imeAction,
this.hasNext = false})
: super(key: key);