SnappingSheetContent class

Constructors

SnappingSheetContent({required Widget child, bool draggable = false, SheetSizeBehavior sizeBehavior = const SheetSizeFill(), ScrollController? childScrollController})

Properties

child Widget
no setter
childScrollController ScrollController?
When given a scroll controller that is attached to scrollable view, e.g ListView or a SingleChildScrollView, the sheet will naturally grow and shrink according to the current scroll position of that view.
final
draggable bool
If the content should be draggable.
final
hashCode int
The hash code for this object.
no setterinherited
location SheetLocation
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBehavior SheetSizeBehavior
The size behavior of the sheet. Can either be SheetSizeStatic or SheetSizeFill.
final

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