Class BottomNavigationBarItem
Inheritance
System.Object
BottomNavigationBarItem
Namespace: Unity.UIWidgets.widgets
Syntax
public class BottomNavigationBarItem
Constructors
BottomNavigationBarItem(Widget, Widget, Widget, Color)
Declaration
public BottomNavigationBarItem(Widget icon = null, Widget title = null, Widget activeIcon = null, Color backgroundColor = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Widget | icon | |
| Widget | title | |
| Widget | activeIcon | |
| Color | backgroundColor |
Fields
activeIcon
Declaration
public readonly Widget activeIcon
Field Value
| Type | Description |
|---|---|
| Widget |
backgroundColor
Declaration
public readonly Color backgroundColor
Field Value
| Type | Description |
|---|---|
| Color |
icon
Declaration
public readonly Widget icon
Field Value
| Type | Description |
|---|---|
| Widget |
title
Declaration
public readonly Widget title
Field Value
| Type | Description |
|---|---|
| Widget |