createDrawerEnableOpenDragGesture method

  1. @protected
bool createDrawerEnableOpenDragGesture()

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

Implementation

@protected
bool createDrawerEnableOpenDragGesture() {
  return true;
}