UserProfileNativeView constructor

const UserProfileNativeView({
  1. Key? key,
  2. UserProfileConfig config = const UserProfileConfig(),
  3. UserProfileController? controller,
  4. UserProfileListener? listener,
  5. String? profileId,
  6. Map<String, dynamic>? extra,
  7. Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},
})

Implementation

const UserProfileNativeView({
  super.key,
  this.config = const UserProfileConfig(),
  this.controller,
  this.listener,
  this.profileId,
  this.extra,
  this.gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},
});