PageRenderer class

Builds render blocks for a Quran page from the QPC v4 data.

Constructors

PageRenderer({required QpcV4AssetsStore store})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store QpcV4AssetsStore
final

Methods

buildPage({required int pageNumber}) List<QpcV4RenderBlock>
Builds the list of render blocks for pageNumber (1-based).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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