openRightBar static method

void openRightBar(
  1. bool opened
)

Implementation

static void openRightBar(bool opened) {
  instance.rightBarOpen = opened;
  _notify();
}