LiPdfViewerPageTextItem constructor

const LiPdfViewerPageTextItem({
  1. required String text,
  2. String direction = '',
  3. double width = 0,
  4. double height = 0,
  5. bool hasEndOfLine = false,
  6. String fontName = '',
  7. List<double> transform = const <double>[],
})

Implementation

const LiPdfViewerPageTextItem({
  required this.text,
  this.direction = '',
  this.width = 0,
  this.height = 0,
  this.hasEndOfLine = false,
  this.fontName = '',
  this.transform = const <double>[],
});