Interface DynamicBottomSheetWidget

All Known Implementing Classes:
DynamicBottomSheet

public interface DynamicBottomSheetWidget
Interface to create dynamic widgets acting as a bottom sheet.
  • Method Details

    • getBottomSheetBehavior

      @Nullable BottomSheetBehavior<?> getBottomSheetBehavior()
      Returns the bottom sheet behavior used by this widget.
      Returns:
      The bottom sheet behavior used by this widget.