italic method

Text italic()

Implementation

Text italic() {
  return copyWith(
    style: style.copyWith(fontStyle: FontStyle.italic),
  );
}