createEndDrawerEnableOpenDragGesture method

  1. @protected
bool createEndDrawerEnableOpenDragGesture()

设置右边的侧拉栏是否支持手势拉出

Implementation

@protected
bool createEndDrawerEnableOpenDragGesture() {
  return true;
}