copyWith method

_p copyWith({
  1. _i? content,
})

Implementation

_p copyWith({_i? content,})=>_p(content: content??_H.content,);