BackgroundTypePattern constructor
BackgroundTypePattern({
- BackgroundFill? fill,
- required int intensity,
- required bool isInverted,
- required bool isMoving,
Implementation
BackgroundTypePattern({
this.fill,
required this.intensity,
required this.isInverted,
required this.isMoving,
});