Thu. Mar 28th, 2024

Month: January 2023

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.…