UITextInputBlockData constructor
UITextInputBlockData({
- String? key,
- String? value,
- String? placeholder,
- String? regex,
- UITooltipMessage? errorMessage,
- UITextInputKeyboardType? keyboardType,
- bool? secure,
- bool? autocorrect,
- int? size,
- Color? color,
- FontDesign? design,
- FontWeight? weight,
- TextAlign? textAlign,
- FrameData? frame,
Implementation
UITextInputBlockData({
this.key,
this.value,
this.placeholder,
this.regex,
this.errorMessage,
this.keyboardType,
this.secure,
this.autocorrect,
this.size,
this.color,
this.design,
this.weight,
this.textAlign,
this.frame,
});