showBotton<T> method

Future<T?> showBotton<T>()

Implementation

Future<T?> showBotton<T>() async {
  onShow?.call();

  return await _showAsBottomSheet<T>();
}