BottomSheetWidget class

If the FullScreen selected, please enter all the values for this class

Inheritance
Implemented types

Constructors

BottomSheetWidget(BuildContext context, {Widget? child, double? height, Color? backgroundColor})
Fullscreen Widget Constructor

Properties

backgroundColor Color?
Provide the current Context
final
child Widget?
Provide a full screen widget
final
context BuildContext
Provide the current Context
final
hashCode int
The hash code for this object.
no setterinherited
height double?
Bottom Sheet's height
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

display(BuildContext context) Future<void>
Display Default BottomSheet widget
override
hide(BuildContext context) → void
Hide Default BottomSheet widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited