DecorationImageUtility<T extends Attribute> class

Inheritance

Constructors

DecorationImageUtility(T builder(DecorationImageDto))

Properties

alignment AlignmentUtility<T>
no setter
builder → T Function(DecorationImageDto)
finalinherited
centerSlice RectUtility<T>
no setter
filterQuality FilterQualityUtility<T>
no setter
fit BoxFitUtility<T>
no setter
hashCode int
The hash code for this object.
no setterinherited
invertColors BoolUtility<T>
no setter
isAntiAlias BoolUtility<T>
no setter
repeat ImageRepeatUtility<T>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

as(DecorationImage value) → T
inherited
call({ImageProvider<Object>? image, BoxFit? fit, AlignmentGeometry? alignment, Rect? centerSlice, ImageRepeat? repeat, FilterQuality? filterQuality, bool? invertColors, bool? isAntiAlias}) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({ImageProvider<Object>? image, BoxFit? fit, AlignmentGeometry? alignment, Rect? centerSlice, ImageRepeat? repeat, FilterQuality? filterQuality, bool? invertColors, bool? isAntiAlias}) → T
override
provider(ImageProvider<Object> image) → T
toString() String
A string representation of this object.
inherited

Operators

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