italic property

Text get italic

Implementation

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