PageBackgroundFill constructor

PageBackgroundFill({
  1. String? propertyState,
  2. SolidFill? solidFill,
  3. StretchedPictureFill? stretchedPictureFill,
})

Implementation

PageBackgroundFill({
  this.propertyState,
  this.solidFill,
  this.stretchedPictureFill,
});