builder property

Widget Function(BuildContext context, int rowIndex) builder
final

Builds the expansion panel shown beneath the expanded row.

Implementation

final Widget Function(BuildContext context, int rowIndex) builder;