UITextInputBlock constructor
UITextInputBlock({
- String? id,
- UITextInputBlockData? data,
Implementation
UITextInputBlock({
this.id,
this.data,
});
UITextInputBlock({
this.id,
this.data,
});