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