WxListTileThemeDataTween constructor

WxListTileThemeDataTween({
  1. WxListTileThemeData? begin,
  2. WxListTileThemeData? end,
})

Creates a TileThemeData tween.

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

Implementation

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