appendSpace method
Implementation
RichTextUtil appendSpace(double size) {
spans.add(WidgetSpan(child: SizedBox(width: size,)),);
return this;
}
RichTextUtil appendSpace(double size) {
spans.add(WidgetSpan(child: SizedBox(width: size,)),);
return this;
}