Mon. Oct 2nd, 2023

Category: Flutter

Flutter BoxShadow

Flutter BoxShadow class is used to display a shadow cast by the widget. Syntax The syntax of BoxShadow() constructor with the parameters and their default values is arameter Description color…

Flutter AppBar

Flutter AppBar class is used to display a material design app bar with optional actions (IconButtons). AppBar is typically displayed as a fixed-height widget at the top of the screen.…

Flutter Installation

Here we will discuss Flutter installation in Windows and MacOS In this section, let us discuss how to install Flutter SDK and its requirement for windows system. Step 1 − Go to URL, https://flutter.dev/docs/get-started/install/windows and…