FontGeneric class

Generic font family names.

Constructors

FontGeneric()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

cursive → const String
Generic family emulate handwriting font.
fantasy → const String
Generic family decorative font.
monospace → const String
Generic family fixed-width font.
sansSerif → const String
Generic family sans-serif font (w/o serifs).
serif → const String
Generic family serif font.