@override T only({Duration? duration, Curve? curve}) { return builder(AnimatedDataDto(duration: duration, curve: curve)); }