copyWith method

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

Implementation

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