ChaptersPanelManager class
章节列表面板管理器
统一封装章节列表面板的显示逻辑,复用右侧滑入面板动画。
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
-
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
Static Methods
-
showChaptersPanel(
{required BuildContext context, required List< ChapterInfo> chapters, required int currentIndex, required ValueChanged<int> onChapterSelected}) → Future<void> - 显示章节列表面板