onSelected property

dynamic Function(HideableBottomNavigationItem) onSelected
final

Callback function triggered when a navigation item is selected. It returns the selected HideableBottomNavigationItem. Required parameter.

Implementation

final Function(HideableBottomNavigationItem) onSelected;