StoryReaderNativeView constructor
const
StoryReaderNativeView({
- Key? key,
- required StoryReaderConfig config,
- StoryReaderController? controller,
- StoryReaderListener? listener,
- String? readerId,
- Map<
String, dynamic> ? extra, - Set<
Factory< gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},OneSequenceGestureRecognizer> >
Implementation
const StoryReaderNativeView({
super.key,
required this.config,
this.controller,
this.listener,
this.readerId,
this.extra,
this.gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},
});