FollowerWidget constructor
const
FollowerWidget({
- required GameComponent target,
- required Widget child,
- Key? key,
- Offset offset = Offset.zero,
- AlignmentGeometry? alignment,
Implementation
const FollowerWidget({
required this.target,
required this.child,
super.key,
this.offset = Offset.zero,
this.alignment,
});