italic property

Text get italic

Implementation

Text get italic => Text(
      data!,
      style: _getStyle(fontStyle: FontStyle.italic),
    );