In this article, We will see the flutter Scaffold widget. we will understand all its properties and also the things we use in every project. In our flutter project, we declare each and everything under the scaffold widget. Scaffold widget has many properties like app bar, drawer, backgroundColor, floating action button, bottom navigation bar, and more…
So, Let’s start the work:
What is Scaffold?
A Scaffold Widget provides a framework that implements the basic material design and visual layout structure of the flutter app. It provides many attributes for showing the app bar, background color, drawer, end drawer, bottom navigation bar, bottom sheet, and more…
Scaffold Properties:
- appbar
- body
- floatingActionButton
- drawer
- endDrawer
- backgroundColor
- bottomNavigationBar
- bottomSheet
- floatingActionButtonLocation
- persistentFooterButtons
- resizeToAvoidBottomInset
- extendBody
- extendBodyBehindAppBar
- drawerScrimColor
- drawerEdgeDragWidth
- drawerEnableOpenDragGesture
- endDrawerEnableOpenDragGesture
- resizeToAvoidBottomInset
- primary
- floatingActionButtonAnimator
- restorationId
How to use the Flutter Zoom Drawer Package
How to use the flutter native splash package
How to make a flutter counter app with the provider?
How to make Flutter Counter App with GetX
How to make Flutter Counter App with setState
Flutter UI, Splash, login, Signup, Forget password Screen Flutter UI, How to Use GetX
2 Responses
[…] Scaffold – Widget of the day #01 | Flutter Beginner […]
[…] this article, we will learn about the AppBar widget. We can use this package only inside Scaffold. We will also see some properties of appbar that we can be use in appbar widget and make it more […]