WeightDimenData class
Constructors
- WeightDimenData(double value)
-
const
- WeightDimenData.black([double? value])
-
const
- WeightDimenData.bold([double? value])
-
const
- WeightDimenData.extraBold([double? value])
-
const
- WeightDimenData.extraLight([double? value])
-
const
- WeightDimenData.from(FontWeight weight)
- WeightDimenData.light([double? value])
-
const
- WeightDimenData.medium([double? value])
-
const
- WeightDimenData.normal([double? value])
-
const
- WeightDimenData.semiBold([double? value])
-
const
- WeightDimenData.thin([double? value])
-
const
Properties
- fontWeight → FontWeight
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scale(
double scaleFactor) → WeightDimenData -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator *(
WeightDimenData other) → WeightDimenData -
operator +(
WeightDimenData other) → WeightDimenData -
operator -(
WeightDimenData other) → WeightDimenData -
operator /(
WeightDimenData other) → WeightDimenData -
operator ==(
Object other) → bool -
The equality operator.
inherited