merge method
IntrinsicHeightModifierAttribute
merge(
- covariant IntrinsicHeightModifierAttribute? other
override
Merges this object with other, returning a new object of type T.
Implementation
@override
IntrinsicHeightModifierAttribute merge(
IntrinsicHeightModifierAttribute? other,
) {
// Since there are no properties to merge, return this instance
return this;
}