StoryReaderPage constructor
const
StoryReaderPage({
- Key? key,
- required StoryReaderConfig config,
- String title = '短故事阅读',
- bool showAppBar = true,
- Color backgroundColor = Colors.white,
- String? readerId,
- Map<
String, dynamic> ? extra, - StoryReaderListener? listener,
Implementation
const StoryReaderPage({
super.key,
required this.config,
this.title = '短故事阅读',
this.showAppBar = true,
this.backgroundColor = Colors.white,
this.readerId,
this.extra,
this.listener,
});