openedBuilder property

WidgetBuilder openedBuilder
final

Builder for the widget displayed in the opened/expanded state.

This widget is typically a full-screen view or detailed content that the user navigates to after tapping the closed state.

Implementation

final WidgetBuilder openedBuilder;