BehindMotion constructor

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

Creates a BehindMotion.

Implementation

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