PageBlockThinking constructor

const PageBlockThinking({
  1. required RichTextBase text,
})

Page Block Thinking constructor.

Implementation

const PageBlockThinking({required this.text}) : super._();