StretchMotion constructor

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

Creates a StretchMotion.

Implementation

const StretchMotion({
  Key? key,
}) : super(key: key);