needsWidgetSize property

bool needsWidgetSize
finalinherited

When true, instructs AnimatorWidget to preRender the child without animation and extracts the child's size in order to supply it to AnimationDefinition.build() in the next render.

Implementation

final bool needsWidgetSize;