Image
Primary nodes
Condition
Value
Released in version:
1.0.0
Flutter/Dart link:

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
Last updated