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