setCanDrag method

  1. @override
void setCanDrag(
  1. bool value
)
override

Whether the user can drag the widget, for example to initiate a scroll.

Implementation

@override
void setCanDrag(bool value) {}