TextFragment constructor
Constructs a TextFragment instance with optional initial data
and attributes
.
Implementation
TextFragment({
required this.data,
this.attributes,
});
Constructs a TextFragment instance with optional initial data
and attributes
.
TextFragment({
required this.data,
this.attributes,
});