ImageSpecUtility<T extends Attribute> class
- Inheritance
-
- Object
- MixUtility<
T, ImageSpecAttribute> - SpecUtility<
T, ImageSpecAttribute> - ImageSpecUtility
Constructors
- ImageSpecUtility(T builder(ImageSpecAttribute))
Properties
-
alignment
→ AlignmentUtility<
T> -
latefinal
-
animated
→ AnimatedUtility<
T> -
no setterinherited
-
blendMode
→ BlendModeUtility<
T> -
latefinal
- builder → T Function(ImageSpecAttribute)
-
finalinherited
-
centerSlice
→ RectUtility<
T> -
latefinal
-
color
→ ColorUtility<
T> -
latefinal
-
filterQuality
→ FilterQualityUtility<
T> -
latefinal
-
fit
→ BoxFitUtility<
T> -
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
-
height
→ DoubleUtility<
T> -
latefinal
-
repeat
→ ImageRepeatUtility<
T> -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
width
→ DoubleUtility<
T> -
latefinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
only(
{double? width, double? height, ColorDto? color, ImageRepeat? repeat, BoxFit? fit, AlignmentGeometry? alignment, Rect? centerSlice, BlendMode? blendMode, FilterQuality? filterQuality, AnimatedDataDto? animated}) → T -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited