BackgroundTypePattern constructor
const
BackgroundTypePattern({
- required Document document,
- required BackgroundFill fill,
- required int intensity,
- required bool isInverted,
- required bool isMoving,
Constructs a BackgroundTypePattern object.
Implementation
const BackgroundTypePattern({
required this.document,
required this.fill,
required this.intensity,
required this.isInverted,
required this.isMoving,
});