Tug constructor
- Key? key,
- required Widget child,
- double dead = 0.24,
- double cap = 0.16,
- double stretch = 0.14,
- double lean = 3,
- double press = 0.97,
- double follow = 0.6,
- MorphMotion? motion,
- MorphPieceChannel? channel,
Creates a glass tether around child.
Implementation
const Tug({
super.key,
required this.child,
this.dead = 0.24,
this.cap = 0.16,
this.stretch = 0.14,
this.lean = 3,
this.press = 0.97,
this.follow = 0.6,
this.motion,
this.channel,
});