GoogleAppsDriveLabelsV2BadgeColors class
The color derived from BadgeConfig and changed to the closest recommended supported color.
Constructors
- GoogleAppsDriveLabelsV2BadgeColors({GoogleTypeColor? backgroundColor, GoogleTypeColor? foregroundColor, GoogleTypeColor? soloColor})
- GoogleAppsDriveLabelsV2BadgeColors.fromJson(Map json_)
Properties
- backgroundColor ↔ GoogleTypeColor?
-
Badge background that pairs with the foreground.
getter/setter pair
- foregroundColor ↔ GoogleTypeColor?
-
Badge foreground that pairs with the background.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- soloColor ↔ GoogleTypeColor?
-
Color that can be used for text without a background.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited