openEndDrawer method
void
openEndDrawer()
Opens the end drawer using the current ScaffoldState. This method triggers the opening of the secondary drawer (if available), often used for additional options or settings.
Implementation
void openEndDrawer() => Scaffold.of(this).openEndDrawer();