outside property

Widget? outside
final

Widget that is shown at the top of the sheet and can expand to take all available space outside the sheet.

This widget shrinks as the sheet height increases and is drawn behind other widgets.

Example:

outside: const MapControls()

Implementation

final Widget? outside;