WxListTileStyleTween constructor

WxListTileStyleTween({
  1. WxListTileStyle? begin,
  2. 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});