copyWith method

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

Implementation

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