Flutter Material UI FontStyle Enum
Whether to slant the glyphs in the font.
FontStyle Constants
-
FontStyle.italic: Use glyphs designed for slanting
-
FontStyle.normal: Use the upright glyphs
-
FontStyle.values: A constant List of the values in this enum, in order of their declaration.
Reference