DramaCardNativeView constructor

const DramaCardNativeView({
  1. Key? key,
  2. required DramaCardConfig config,
  3. DramaCardController? controller,
  4. DramaCardListener? listener,
  5. String? cardId,
  6. Map<String, dynamic>? extra,
  7. Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},
})

Implementation

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