GoogleAppsDriveLabelsV2BadgeColors constructor
GoogleAppsDriveLabelsV2BadgeColors({
- GoogleTypeColor? backgroundColor,
- GoogleTypeColor? foregroundColor,
- GoogleTypeColor? soloColor,
Implementation
GoogleAppsDriveLabelsV2BadgeColors({
this.backgroundColor,
this.foregroundColor,
this.soloColor,
});