ContinuousBottomSheetController class
Controller for the ContinuousBottomSheet.
This controller allows you to programmatically push, pop, and close the bottom sheet.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canPop(
) → bool - Whether the bottom sheet can be popped.
-
close(
) → void - Closes the entire bottom sheet.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pop<
T extends Object?> ([T? result]) → void - Pops the top-most page from the bottom sheet's navigation stack.
-
push<
T extends Object?> (Widget page) → Future< T?> ? - Pushes a new page onto the bottom sheet's navigation stack.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited