Add a new section containing bold text to the Para instance.
text
allows chaining.
Para b(String text) { this._list.add(TextSpan(text:text,style:TextStyle(fontWeight:FontWeight.bold))); return this; }