copyWith method

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

Implementation

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