ScaffoldFactory class
Methods
-
build(Widget bodyWidget)
→ Widget
-
-
buildAppBar({bool titleVisibility, bool leadingVisibility, bool tabBarVisibility, Widget titleWidget, Widget leadingWidget, Color backgroundColor, bool centerTitle: false, bool scrollableTab, TabController tabController, List<Widget> tabWidgetList })
→ AppBar
-
Simple implementation of App Bar which user can use it with
easy configuration
-
buildBottomAppBar({Widget child, bool showNotch: false, Color color, Color splashColor })
→ Widget
-
-
buildBottomNavigationBar({List<BottomNavigationBarItem> items, void onTap, int currentIndex: 0, Color color })
→ Widget
-
-
buildFloatingActionButton({Widget fabBody, String tooltip: "", String heroTag: "", Color backgroundColor, bool mini: false })
→ FloatingActionButton
-
-
buildNestedScrollView({bool titleVisibility, bool leadingVisibility, bool tabBarVisibility, Widget bodyWidget, bool scrollableTab, List<Widget> tabWidgetList, TabController tabController, Widget titleWidget, Widget leadingWidget, Color backgroundColor, bool centerTitle: false, bool floating: false })
→ NestedScrollView
-
-
dispose()
→ void
-
-
init({BackgroundType backgroundType: BackgroundType.normal, bool appBarVisibility: false, bool floatingActionButtonVisibility: false, bool bottomNavigationBarVisibility: false, bool nestedAppBarVisibility: false, bool drawerVisibility: false, Widget floatingActionButton, FloatingActionButtonLocation floatingActionButtonLocation, AppBar appBar, NestedScrollView nestedAppBar, Widget drawer, Widget bottomNavigationBar, List<Color> gradientBackgroundColors })
→ void
-
-
launchURL(String url)
→ void
-
-
showSnackBar({SnackBarMessageType messageType, bool iconVisibility, String message: "", Duration duration, Color backgroundColor: Colors.black, Color textColor: Colors.white, Color iconColor: Colors.white, TextDirection textDirection: TextDirection.ltr })
→ void
-
-
updateAndroidFrameColor({Color statusBarColor, Color navigationBarColor })
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator. [...]
inherited