WxTextTileStyleTween constructor

WxTextTileStyleTween({
  1. WxTextTileStyle? begin,
  2. WxTextTileStyle? end,
})

Creates a WxTextTileStyle tween.

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

Implementation

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