disableSecondaryActionSelectedIndex method
void
disableSecondaryActionSelectedIndex()
Disables the secondary action selected index.
Implementation
void disableSecondaryActionSelectedIndex() {
setState(() {
_showSecondaryActionSelectedIndex = false;
});
}