copyWith method

InputPageBlockParagraph copyWith({
  1. RichText? text,
})

Implementation

InputPageBlockParagraph copyWith({RichText? text}) =>
    InputPageBlockParagraph(text: text ?? this.text);