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