Class AppBar Widget

Class constructor

new AppBar([
	String id,
	String class,
	String title,
	Widget leading,
	Widget trailing,
	Widget navigator,
	Widget dropbox,
	Boolean removeOnApp = false,
	Boolean boxHeader = false,
	Widget[] children,
]);

Property :

title ↔ String : default NULL

removeOnApp ↔ Boolean default false

boxHeader ↔ Boolean default false

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

dropBox ↔ Dropbox widget

Method :

AppBar::build() → String