UITextBlockData constructor
UITextBlockData({
- String? value,
- int? size,
- Color? color,
- FontDesign? design,
- FontWeight? weight,
- int? maxLines,
- FrameData? frame,
- UIBlockEventDispatcher? onClick,
Implementation
UITextBlockData({
this.value,
this.size,
this.color,
this.design,
this.weight,
this.maxLines,
this.frame,
this.onClick,
});