Interface DynamicBottomSheetWidget
- All Known Implementing Classes:
DynamicBottomSheet
public interface DynamicBottomSheetWidget
Interface to create dynamic widgets acting as a bottom sheet.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the bottom sheet behavior used by this widget.
-
Method Details
-
getBottomSheetBehavior
Returns the bottom sheet behavior used by this widget.- Returns:
- The bottom sheet behavior used by this widget.
-