builder property

TransitionBuilder builder
final

Called every time the listenable notifies about a change.

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

Implementation

final TransitionBuilder builder;