bottom property

Widget? bottom
final

The bottom widget similiar to list tile so the widgets do not interfere with expansion button

Typically a Row with other children or single widget.

Implementation

final Widget? bottom;