show method
Implementation
void show(BuildContext context) {
if (onDragClose != null || onCloseIconPressed != null) {
_showCustomBottomSheet(context);
} else {
_showStandardBottomSheet(context);
}
}
void show(BuildContext context) {
if (onDragClose != null || onCloseIconPressed != null) {
_showCustomBottomSheet(context);
} else {
_showStandardBottomSheet(context);
}
}