UITextBlock constructor

UITextBlock({
  1. String? id,
  2. UITextBlockData? data,
})

Implementation

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