DriveBackgroundImageFile constructor

DriveBackgroundImageFile({
  1. String? id,
  2. double? width,
  3. double? xCoordinate,
  4. double? yCoordinate,
})

Implementation

DriveBackgroundImageFile({
  this.id,
  this.width,
  this.xCoordinate,
  this.yCoordinate,
});