GoogleAdsSearchads360V23CommonTextLabel constructor

GoogleAdsSearchads360V23CommonTextLabel({
  1. String? backgroundColor,
  2. String? description,
})

Implementation

GoogleAdsSearchads360V23CommonTextLabel({
  this.backgroundColor,
  this.description,
});