minSizeFactor property
final
Minimum size factor. Avoid using zero because Flutter will layout all tiles at once. Using a non-zero value means the animation will jump to this value then animate to full size.
Implementation
final double minSizeFactor;