WxTextTileThemeDataTween constructor

WxTextTileThemeDataTween({
  1. WxTextTileThemeData? begin,
  2. WxTextTileThemeData? end,
})

Creates a TileThemeData tween.

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

Implementation

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