IconThemeDataTween constructor

IconThemeDataTween({
  1. IconThemeData? begin,
  2. IconThemeData? end,
})

Creates a IconThemeData 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

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