ImageProperties class

Annotations

Constructors

ImageProperties({double scale = 1, String? semanticLabel, bool excludeFromSemantics = false, double? width, double? height, Color? color, BlendMode? colorBlendMode, BoxFit? fit, AlignmentGeometry alignment = Alignment.center, ImageRepeat repeat = ImageRepeat.noRepeat, Rect? centerSlice, bool matchTextDirection = false, FilterQuality filterQuality = FilterQuality.low})
const

Properties

alignment AlignmentGeometry
final
centerSlice Rect?
final
color Color?
final
colorBlendMode BlendMode?
final
excludeFromSemantics bool
final
filterQuality FilterQuality
final
fit BoxFit?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
matchTextDirection bool
final
repeat ImageRepeat
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
final
semanticLabel String?
final
width double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited