NUIDraggableSheet constructor
NUIDraggableSheet({
- required Widget child,
- bool collapseAtFirst = true,
- double collapseRatio = 0.2,
- BoxDecoration? decoration,
- double expandRatio = 0.8,
- NUIDraggableSheetOnScrollListener? scrollListener,
- double expandAcceptMargin = 0.0,
- NUIPersistentHeader? header,
- NUIDraggableSheetInnerScrollListener? innerScrollListener,
Implementation
NUIDraggableSheet({
required this.child,
this.collapseAtFirst = true,
this.collapseRatio = 0.2,
this.decoration,
this.expandRatio = 0.8,
this.scrollListener,
this.expandAcceptMargin = 0.0,
this.header,
this.innerScrollListener
});