Constructor BottomNavBarItem
BottomNavBarItem()
Default constructor.
Declaration
public BottomNavBarItem()
BottomNavBarItem(string, string, Action)
Constructor.
Declaration
public BottomNavBarItem(string icon, string label, Action clickHandler)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | icon | The BottomNavBarItem's icon.  | 
    
| string | label | The BottomNavBarItem's label.  | 
    
| Action | clickHandler | The BottomNavBarItem's click handler.  |