PageNode constructor

PageNode({
  1. ImageType? imageType,
  2. String? text,
})

Implementation

PageNode({this.imageType, this.text});