PrintPage class

A single page within a print job.

Constructors

PrintPage({required int width, required int height, int repeat = 1, List<PrintItem> items = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
Page height in mm.
final
items List<PrintItem>
Drawable items on this page.
final
repeat int
How many times to repeat this page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
Page width in mm.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited