WxTileStyleTween constructor

WxTileStyleTween({
  1. WxTileStyle? begin,
  2. WxTileStyle? end,
})

Creates a TextTileStyle tween.

the begin and end properties may be null; see WxTileStyle.lerp for the null handling semantics.

Implementation

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