copyWith method
Implementation
LabelPerRow copyWith({
int? x,
int? y,
int? width,
int? height,
}) {
return LabelPerRow._internal(
name,
_config.copyWith(x: x, y: y, width: width, height: height),
);
}
LabelPerRow copyWith({
int? x,
int? y,
int? width,
int? height,
}) {
return LabelPerRow._internal(
name,
_config.copyWith(x: x, y: y, width: width, height: height),
);
}