SpotlightStyleTween constructor

SpotlightStyleTween({
  1. SpotlightStyle? begin,
  2. SpotlightStyle? end,
})

Creates a linear interpolation between a beginning and a ending SpotlightStyle.

Implementation

SpotlightStyleTween({
  SpotlightStyle? begin,
  SpotlightStyle? end,
}) : super(begin: begin, end: end);