merge method
Merges this object with other, returning a new object of type T.
Implementation
@override
OpacityModifierAttribute merge(OpacityModifierAttribute? other) {
return OpacityModifierAttribute(other?.opacity ?? opacity);
}
Merges this object with other, returning a new object of type T.
@override
OpacityModifierAttribute merge(OpacityModifierAttribute? other) {
return OpacityModifierAttribute(other?.opacity ?? opacity);
}