Class Nav Widget

Class constructor

new Nav([
	String id,
	String class,
	Array children,
	Widget child,
]);

Property :

children ↔ Array
	Ex.
		- <a>text</a> : String
	 	- [1, 2, 3] : Array
	 	- [[1, 2], [3, 4]] : Array of Array
	 	- [[1, 2], widget, dropbbox] : Array of widget

Method :

AppBar::build() → String