BackgroundDefinition constructor
- VectorDefinition offset = VectorDefinition.zero,
- VectorDefinition? size,
- required String texture,
- int priority = 0,
Implementation
BackgroundDefinition({
this.offset = VectorDefinition.zero,
this.size,
required this.texture,
this.priority = 0,
});