PageBackgroundFill constructor
PageBackgroundFill({
- String? propertyState,
- SolidFill? solidFill,
- StretchedPictureFill? stretchedPictureFill,
Implementation
PageBackgroundFill({
this.propertyState,
this.solidFill,
this.stretchedPictureFill,
});