createSnapshot method
Implementation
@override
ScreenBounceSystemSnapshot<T> createSnapshot() {
final snapshot = ScreenBounceSystemSnapshot<T>(namedId);
snapshot.restitution = restitution;
snapshot.top = top;
snapshot.left = left;
snapshot.bottom = bottom;
snapshot.right = right;
return snapshot;
}