BoxSpecTween constructor

BoxSpecTween({
  1. BoxSpec? begin,
  2. BoxSpec? end,
})

Creates a BoxSpecTween with the optional begin and end values.

Implementation

BoxSpecTween({super.begin, super.end});