WxListTileStyleTween constructor
WxListTileStyleTween({
- WxListTileStyle? begin,
- WxListTileStyle? end,
Creates a WxListTileStyle tween.
the begin
and end
properties may be null; see WxListTileStyle.lerp for
the null handling semantics.
Implementation
WxListTileStyleTween({super.begin, super.end});