App Bar

Primary nodes

Condition
Value

Released in version:

1.0.0

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.

AppBar default node

Inputs

Input
Type
Description
Released in version:

connector (required)

Widget

Connector for the parent Widget

1.0.0

actions

Array of Widget

Widgets to be set as actions (normally buttons or icon buttons)

1.0.0

automaticallyImplyLeading

Bool

Controls whether Flutter should try to imply the leading widget if null

1.0.9

background

Color

Background color

1.0.0

elevation

Double

Elevation effect of the appbar with help of the shadow

1.0.9

shadowColor

Color

Shadow color

1.0.9

titleSpacing

Double

The spacing around title content on the horizontal axis

1.0.9

Outputs

Output
Type
Description
Released in version:

leading

Widget

A Widget to be placed on the leading position

1.0.0

title

Widget

A Widget to be placed on the title (usually a Text Widget)

1.0.0

Last updated