props property
The list of properties that constitute the state of this ImageTestSpecAttribute.
This property is used by the == operator and the hashCode getter to
compare two ImageTestSpecAttribute instances for equality.
Implementation
@override
List<Object?> get props {
return [
alignment,
animated,
centerSlice,
color,
colorBlendMode,
filterQuality,
fit,
height,
repeat,
width,
];
}