UserProfileNativeView constructor
const
UserProfileNativeView({
- Key? key,
- UserProfileConfig config = const UserProfileConfig(),
- UserProfileController? controller,
- UserProfileListener? listener,
- String? profileId,
- Map<
String, dynamic> ? extra, - Set<
Factory< gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},OneSequenceGestureRecognizer> >
Implementation
const UserProfileNativeView({
super.key,
this.config = const UserProfileConfig(),
this.controller,
this.listener,
this.profileId,
this.extra,
this.gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},
});