StoryReaderNativeView constructor

const StoryReaderNativeView({
  1. Key? key,
  2. required StoryReaderConfig config,
  3. StoryReaderController? controller,
  4. StoryReaderListener? listener,
  5. String? readerId,
  6. Map<String, dynamic>? extra,
  7. Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},
})

Implementation

const StoryReaderNativeView({
  super.key,
  required this.config,
  this.controller,
  this.listener,
  this.readerId,
  this.extra,
  this.gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},
});