StretchMotion constructor

const StretchMotion({
  1. Key? key,
})

Creates a StretchMotion.

Implementation

const StretchMotion({
  super.key,
});