FluentThemeDataTween constructor

FluentThemeDataTween({
  1. FluentThemeData? begin,
  2. FluentThemeData? end,
})

Creates a FluentThemeData tween.

The begin and end properties must be non-null before the tween is first used, but the arguments can be null if the values are going to be filled in later.

Implementation

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