expandedBuilder property

Widget Function(ScrollController) expandedBuilder
final

A function to build the widget displayed when the bottom sheet is expanded. If the expanded content is scrollable, pass the provided ScrollController to the scrollable widget.

Implementation

final Widget Function(ScrollController) expandedBuilder;