GoogleAppsDriveLabelsV2BadgeColors constructor

GoogleAppsDriveLabelsV2BadgeColors({
  1. GoogleTypeColor? backgroundColor,
  2. GoogleTypeColor? foregroundColor,
  3. GoogleTypeColor? soloColor,
})

Implementation

GoogleAppsDriveLabelsV2BadgeColors({
  this.backgroundColor,
  this.foregroundColor,
  this.soloColor,
});