ScrollMotion constructor

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

Creates a ScrollMotion.

Implementation

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