menu
fluent_editor package
documentation
handlers/handle_formats.dart
executeHandleItalic function
executeHandleItalic function
dark_mode
light_mode
executeHandleItalic
function
bool
executeHandleItalic
(
FluentDocument
document
)
Implementation
bool executeHandleItalic(FluentDocument document) => _executeHandleStyle(document, 'italic');
fluent_editor package
documentation
handlers/handle_formats
executeHandleItalic function
handle_formats library