toggleToolbar method

void toggleToolbar()

Shows the toolbar, if it's hidden, or hides the toolbar, if it's visible.

Implementation

void toggleToolbar() => _delegate?.toggleToolbar();