EpubViewBuilders<T> class

Constructors

EpubViewBuilders({required T options, EpubViewBuilder<T> builder = _EpubViewState._builder, ChaptersBuilder chapterBuilder = _EpubViewState._chapterBuilder, ChapterDividerBuilder chapterDividerBuilder = _EpubViewState._chapterDividerBuilder, WidgetBuilder? loaderBuilder, Widget errorBuilder(BuildContext, Exception error)?})
const

Properties

builder EpubViewBuilder<T>
Root view builder
final
chapterBuilder ChaptersBuilder
final
chapterDividerBuilder ChapterDividerBuilder
final
errorBuilder → (Widget Function(BuildContext, Exception error)?)
Show document loading error message inside EpubView
final
hashCode int
The hash code for this object.
no setterinherited
loaderBuilder WidgetBuilder?
Widget showing when epub page loading
final
options → T
Additional options for builder
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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