Add a new section containing italicized text to the Para instance.
text
allows chaining.
Para i(String text) { this._list.add(TextSpan(text:text,style:TextStyle(fontStyle:FontStyle.italic))); return this; }