ClampSimulation({ required this.clampOffset, double duration = 7, }) : super(Rect.zero, duration: duration) { isFullShown = false; }