builder property

TransitionBuilder? builder
inherited

A builder that builds a widget given a child.

The child should typically be part of the returned widget tree.

See also:

Implementation

TransitionBuilder? get builder;