bottomSheet property

Widget? bottomSheet
final

bottomSheet: A persistent bottom sheet shows information that supplements the primary content of the app. A persistent bottom sheet remains visible even when the user interacts with other parts of the app.

Implementation

final Widget? bottomSheet;