ReadiumReaderWidgetInterface class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
applyDecorations(
String id, List< ReaderDecoration> decorations) → Future<void> - Apply decorations
-
getCurrentLocator(
) → Future< Locator?> - Gets the current Navigator's locator.
-
getLocatorFragments(
Locator locator) → Future< Locator?> - Get a locator with relevant fragments
-
go(
Locator locator, {required bool isAudioBookWithText, bool animated = false}) → Future< void> - Call to navigate the reader to a location.
-
goLeft(
{bool animated = true}) → Future< void> - Go to previous page.
-
goRight(
{bool animated = true}) → Future< void> - Go to next page.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEPUBPreferences(
EPUBPreferences preferences) → Future< void> - Set EPUB preferences
-
setPDFPreferences(
PDFPreferences preferences) → Future< void> - Set PDF preferences
-
skipToNext(
{bool animated = true}) → Future< void> - Skip to next chapter (toc)
-
skipToPrevious(
{bool animated = true}) → Future< void> - Skip to previous chapter (toc)
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited