GrxBottomSheetService class
Constructors
- GrxBottomSheetService({required BuildContext context, required Widget builder(ScrollController?), String? title, Color backgroundColor = GrxColors.neutrals})
Properties
- backgroundColor → Color
-
final
- builder → Widget Function(ScrollController?)
-
final
- context → BuildContext
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isOpened ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
final
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
show<
T> ({bool isScrollControlled = true}) → Future< T?> -
showDraggable<
T> ({double minSize = 0.25, double initSize = 1.0}) → Future< T?> -
showUndisposable<
T> ({bool isScrollControlled = true}) → Future< T?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited