italic constant
FontStyle
const italic
Selects a font that is classified as italic.
If no italic version of the face is available, one classified as oblique is used instead. If neither is available, the style is artificially simulated.
Implementation
static const FontStyle italic = FontStyle._('italic');