ProductCardLabelConfiguration class

Constructors

ProductCardLabelConfiguration({String? textColor, double? fontSize, int? numberOfLines, IOSFontInfo? iOSFontInfo})

Properties

fontSize double?
The font size of label. Only supported on iOS.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iOSFontInfo IOSFontInfo?
The iOS font info. The property is ignored when fontSize is not set. Only supported on iOS.
getter/setter pair
numberOfLines int?
Number of lines to show. Only supported on iOS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor String?
The text color of label. Only supported on iOS.
getter/setter pair

Methods

deepCopy() ProductCardLabelConfiguration
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