expandedWidget property

Widget? expandedWidget
final

If provided, an icon to expand the row will be shown at the end of the row, and when tapped this widget will be shown below the initial row.

Implementation

final Widget? expandedWidget;