Class Scaffold Widget

Class constructor

new Scaffold([
	String id,
	String class,
	Widget appBar,
	Widget sideBar,
	Widget floatingActionButton,
	Widget body,
]);

Property :

appBar : default NULL
sideBar ↔ Widget
floatingActionButton ↔ Widget
body ↔ Widget : default NULL,

Method :

AppBar::build() → String