enableSecondaryActionSelectedIndex method

void enableSecondaryActionSelectedIndex()

Enables the secondary action selected index.

Implementation

void enableSecondaryActionSelectedIndex() {
  setState(() {
    _showSecondaryActionSelectedIndex = true;
  });
}