InternalSpriteWidget constructor
const
InternalSpriteWidget({})
Implementation
const InternalSpriteWidget({
required this.sprite,
this.anchor = Anchor.topLeft,
this.angle = 0,
this.paint,
super.key,
});
const InternalSpriteWidget({
required this.sprite,
this.anchor = Anchor.topLeft,
this.angle = 0,
this.paint,
super.key,
});