closeEndDrawerNullable property

void closeEndDrawerNullable

Implementation

void get closeEndDrawerNullable {
  if (currentState == null) return;
  if (!currentState!.isEndDrawerOpen) return;
  currentState!.closeEndDrawer();
}