MaterialBottomSheetData class

Constructors

MaterialBottomSheetData({Key? widgetKey, Widget? content, Widget? title, VoidCallback? onClosing, WidgetBuilder? builder, bool? enableDrag, Iterable<Widget>? actions, double? elevation})

Properties

actions Iterable<Widget>?
final
builder WidgetBuilder?
A builder for the contents of the sheet.
final
cancelButton Widget?
finalinherited
content Widget?
finalinherited
elevation double?
The z-coordinate at which to place this material relative to its parent.
final
enableDrag bool?
If true, the bottom sheet can dragged up and down and dismissed by swiping downwards.
final
hashCode int
The hash code for this object.
no setterinherited
onClosing VoidCallback?
Called when the bottom sheet begins to close.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget?
finalinherited
widgetKey Key?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited