Page constructor

Page({
  1. List<Block>? blocks,
  2. double? confidence,
  3. int? height,
  4. TextProperty? property,
  5. int? width,
})

Implementation

Page({
  this.blocks,
  this.confidence,
  this.height,
  this.property,
  this.width,
});