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