copyWith method

BoxEventPayload copyWith({
  1. InspectorFrame? frame,
})

Copy with

Implementation

BoxEventPayload copyWith({InspectorFrame? frame}) =>
    BoxEventPayload(box: box, frame: frame ?? this.frame);