sizeFraction property

double sizeFraction
final

How long the Interval for the SizeTransition should be.

The value must be between 0 and 1.

For example a sizeFraction of 0.66 would result in Interval(0.0, 0.66) for the size animation and Interval(0.66, 1.0) for the opacity animation.

Implementation

final double sizeFraction;