Image

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.

Image default node

Inputs

Input
Type
Description
Released in version:

connector (required)

Widget

Connector for the parent Widget

1.0.0

alignment

Alignment

How to align the image within its bounds. Defaults to center

1.0.12

color

Color

If non-null, this color is blended with each image pixel using colorBlendMode

1.0.12

excludeFromSemantics

Bool

Whether to exclude this image from semantics.

1.0.12

height

Double

If non-null, require the image to have this height.

1.0.12

image

Image

Image to display

1.0.0

matchTextDirection

Bool

Whether to paint the image in the direction of the TextDirection

1.0.12

semanticLabel

Text

A Semantic description of the image

1.0.12

width

Double

If non-null, require the image to have this width.

1.0.12

Outputs

No outputs for this widget

Last updated