void open()

Starts an animation to open the drawer.

Typically called by Scaffold.openDrawer.

Source

void open() {
  _controller.fling(velocity: 1.0);
}