BoxInfo copyWith({ Offset? offset, double? width, double? height, }) { return BoxInfo( offset: offset ?? this.offset, width: width ?? this.width, height: height ?? this.height, ); }