EpubViewBuilders<T> class

Constructors

EpubViewBuilders.new({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>
final
chapterBuilder ChaptersBuilder
final
chapterDividerBuilder ChapterDividerBuilder
final
errorBuilder Widget Function(BuildContext, Exception error)?
final
hashCode int
The hash code for this object.
no setterinherited
loaderBuilder WidgetBuilder?
final
options → T
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