Class Scaffold Widget
- Contents
- Before you begin
- Extends from Widget
- Property
- Method
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
