closedBuilder property

CloseContainerBuilder closedBuilder
final

Called to obtain the child for the container in the closed state.

The Widget returned by this builder is faded out when the container opens and at the same time the widget returned by openBuilder is faded in while the container grows to fill the surrounding Navigator.

The action callback provided to the builder can be called to open the container.

Implementation

final CloseContainerBuilder closedBuilder;