ShowFollowerButton constructor
ShowFollowerButton({
- required String adjustmentLabel,
- required Widget adjustFollower(
- CompositedTransformFollower follower
Implementation
ShowFollowerButton({
required this.adjustmentLabel,
required this.adjustFollower
});