closedBuilder property

HeroContainerBuilder closedBuilder
final

Builder for the widget displayed in the closed/collapsed state.

This builder receives an action callback that should be called (typically in response to a tap) to trigger the transition to the opened state.

Implementation

final HeroContainerBuilder closedBuilder;