DynamicFontsVariant class

Represents a font variant in Flutter-specific types.

Constructors

DynamicFontsVariant({required FontWeight fontWeight, required FontStyle fontStyle})
const

Properties

fontStyle FontStyle
finalinherited
fontWeight FontWeight
finalinherited
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
toApiFilenamePart() String
Converts this GoogleFontsVariant to a Google Fonts API specific filename part.
inherited
toString() String
Converts this GoogleFontsVariant to a Google Fonts API specific variant name string.
inherited

Operators

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