setItalic method

Future<void> setItalic()

Set italic formatting

Implementation

Future<void> setItalic() async {
  await execCommand('italic');
}