expandedBuilder property

Widget Function(BuildContext context, double progress) expandedBuilder
final

Builds content shown in the expanded / fullscreen state.

Implementation

final Widget Function(BuildContext context, double progress) expandedBuilder;