Primary nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/material/AppBar-class.htmlarrow-up-right
For the most up-to-date information on this Widget, please click on the Flutter/Dart link in the box above.
Remember that this node is the same as the Flutter Widget.
connector (required)
Widget
Connector for the parent Widget
actions
Array of Widget
Widgets to be set as actions (normally buttons or icon buttons)
automaticallyImplyLeading
Bool
Controls whether Flutter should try to imply the leading widget if null
1.0.9
background
Color
Background color
elevation
Double
Elevation effect of the appbar with help of the shadow
shadowColor
Shadow color
titleSpacing
The spacing around title content on the horizontal axis
leading
A Widget to be placed on the leading position
title
A Widget to be placed on the title (usually a Text Widget)
Last updated 3 years ago