copyWith method
Creates a copy of this spec with the given fields replaced by the non-null parameter values.
Implementation
@override
IntrinsicHeightModifierSpec copyWith() {
// No properties to copy, return this instance
return this;
}
Creates a copy of this spec with the given fields replaced by the non-null parameter values.
@override
IntrinsicHeightModifierSpec copyWith() {
// No properties to copy, return this instance
return this;
}