UITextInputBlock constructor

UITextInputBlock({
  1. String? id,
  2. UITextInputBlockData? data,
})

Implementation

UITextInputBlock({
  this.id,
  this.data,
});