AboutDriveThemes constructor

AboutDriveThemes({
  1. String? backgroundImageLink,
  2. String? colorRgb,
  3. String? id,
})

Implementation

AboutDriveThemes({
  this.backgroundImageLink,
  this.colorRgb,
  this.id,
});