WxTextTileStyleTween constructor
WxTextTileStyleTween({
- WxTextTileStyle? begin,
- 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});