WebFontsFamilyWithVariant class

Represents fonts variant in Flutter-specific types.

Constructors

WebFontsFamilyWithVariant({required String family, required WebFontsVariant fontsVariant})
const

Properties

family String
final
fontsVariant WebFontsVariant
final
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
Returns a font family name that is modified with additional fontWeight and fontStyle descriptions.
override

Operators

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